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-07-12T03:28:54.279Z||main|||||INFO|500||The following profiles are active: basic 2022-07-12T03:29:10.904Z||main|||||INFO|500||Starting service [Tomcat] 2022-07-12T03:29:10.905Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-07-12T03:29:11.083Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-07-12T03:29:19.431Z||main|||||INFO|500||catdb-pool - Starting... 2022-07-12T03:29:20.324Z||main|||||INFO|500||catdb-pool - Start completed. 2022-07-12T03:29:21.215Z||main|||||INFO|500||reqdb-pool - Starting... 2022-07-12T03:29:21.241Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-07-12T03:29:21.493Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-07-12T03:29:21.982Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-07-12T03:29:23.315Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-07-12T03:29:26.862Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-07-12T03:29:31.029Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-12T03:29:31.147Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-07-12T03:29:32.174Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-07-12T03:29:32.637Z||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-07-12T03:29:35.036Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-07-12T03:29:36.959Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-07-12T03:29:37.002Z||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-07-12T03:29:37.003Z||main|||||WARN|500||The sdc end point is not alive 2022-07-12T03:29:42.865Z||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-07-12T03:29:48.586Z||main|||||WARN|500||--- 2022-07-12T03:29:48.588Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-07-12T03:29:48.588Z||main|||||WARN|500||--- 2022-07-12T03:29:49.484Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-07-12T03:29:59.027Z||main|||||INFO|500||Started Application in 69.644 seconds (JVM running for 72.51) 2022-07-12T03:29:59.047Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-12T03:29:59.049Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-12T03:29:59.073Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-12T03:29:59.110Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-12T03:29:59.205Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d6ac323d-ef5a-4c87-a612-221cb1a3dfb9 url= /sdc/v1/artifactTypes 2022-07-12T03:29:59.206Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-12T03:30:00.345Z||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.20.225] 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-07-12T03:30:00.354Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2f52f181 2022-07-12T03:30:00.355Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-12T03:30:00.399Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-12T03:30:00.404Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-12T03:30:00.411Z||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-07-12T03:30:49.013Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-12T03:30:49.014Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-12T03:30:49.015Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-12T03:30:49.020Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-12T03:30:49.036Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 56632ad3-2c9f-4f07-b273-86ccd7ecb64a url= /sdc/v1/artifactTypes 2022-07-12T03:30:49.037Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-12T03:30:50.070Z||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.20.225] 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-07-12T03:30:50.071Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@438a655 2022-07-12T03:30:50.073Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-12T03:30:50.074Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-12T03:30:50.074Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-12T03:30:50.075Z||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-07-12T03:31:39.013Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-12T03:31:39.014Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-12T03:31:39.015Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-12T03:31:39.022Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-12T03:31:39.028Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 1ecce510-f430-4637-bf10-fdb7539acc46 url= /sdc/v1/artifactTypes 2022-07-12T03:31:39.029Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-12T03:31:40.060Z||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.20.225] 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-07-12T03:31:40.062Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@605a4323 2022-07-12T03:31:40.062Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-12T03:31:40.063Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-12T03:31:40.063Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-12T03:31:40.065Z||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-07-12T03:32:29.013Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-12T03:32:29.014Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-12T03:32:29.015Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-12T03:32:29.020Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-12T03:32:29.033Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8c22d6e3-1199-4672-83c4-a4469687f2a4 url= /sdc/v1/artifactTypes 2022-07-12T03:32:29.033Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-12T03:32:30.070Z||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.20.225] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$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) ... 49 common frames omitted 2022-07-12T03:32:30.071Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@78a34266 2022-07-12T03:32:30.072Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-12T03:32:30.072Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-12T03:32:30.073Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-12T03:32:30.075Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$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) ... 32 common frames omitted 2022-07-12T03:33:19.014Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-12T03:33:19.014Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-12T03:33:19.016Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-12T03:33:19.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-12T03:33:19.035Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 47fdfcd2-a84a-41e0-8f0e-c01b2c52a22c url= /sdc/v1/artifactTypes 2022-07-12T03:33:19.036Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-12T03:33:20.057Z||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.20.225] failed: Connection refused (Connection refused) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156) at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376) at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393) at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236) at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186) at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110) at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83) at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108) at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293) at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128) at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96) at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293) at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266) at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$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) ... 49 common frames omitted 2022-07-12T03:33:20.058Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@71bc6aec 2022-07-12T03:33:20.059Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-07-12T03:33:20.061Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-07-12T03:33:20.062Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-07-12T03:33:20.065Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64) at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88) at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68) at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644) at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633) at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$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) ... 32 common frames omitted 2022-07-12T03:34:09.013Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-07-12T03:34:09.014Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-07-12T03:34:09.015Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-07-12T03:34:09.021Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-07-12T03:34:09.066Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b3cf346a-adb2-4732-a972-d9e28321ba29 url= /sdc/v1/artifactTypes 2022-07-12T03:34:09.067Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-07-12T03:34:09.380Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-07-12T03:34:09.393Z||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-07-12T03:34:09.425Z||scheduling-1|||||DEBUG|500||create keys 2022-07-12T03:34:09.437Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-07-12T03:34:09.481Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:34:09.511Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= e4d61761-5c3d-48ab-ad87-12b0246cd2a7 url= /sdc/v1/registerForDistribution 2022-07-12T03:34:09.686Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= e4d61761-5c3d-48ab-ad87-12b0246cd2a7 url= /sdc/v1/registerForDistribution 2022-07-12T03:34:09.687Z||scheduling-1|||||INFO|500||start DistributionClient 2022-07-12T03:34:09.703Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:34:09.705Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:34:09.715Z||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-07-12T03:34:09.716Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:34:09.716Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-07-12T03:34:09.718Z||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-07-12T03:34:09.718Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:34:20.116Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:34:20.116Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:35:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:35:09.703Z||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-07-12T03:35:09.703Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:35:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:35:09.711Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-12T03:35:09.711Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ... 2022-07-12T03:35:19.328Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:35:19.344Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:36:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:36:09.702Z||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-07-12T03:36:09.703Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:36:09.705Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:36:09.707Z||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-07-12T03:36:09.708Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:36:19.312Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:36:19.331Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:37:09.700Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:37:09.702Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-12T03:37:09.702Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ... 2022-07-12T03:37:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:37:09.706Z||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-07-12T03:37:09.707Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:37:19.283Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:37:19.315Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:38:09.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:38:09.700Z||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-07-12T03:38:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:38:09.706Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:38:09.707Z||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-07-12T03:38:09.707Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:38:19.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:38:19.310Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:39:00.964Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-07-12T03:39:09.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:39:09.700Z||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-07-12T03:39:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:39:09.704Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:39:09.705Z||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-07-12T03:39:09.706Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:39:19.272Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:39:19.344Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:40:09.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:40:09.700Z||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-07-12T03:40:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:40:09.704Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:40:09.705Z||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-07-12T03:40:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:40:19.299Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:40:19.321Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:41:09.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:41:09.700Z||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-07-12T03:41:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:41:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:41:09.706Z||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-07-12T03:41:09.706Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:41:19.330Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:41:19.330Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:42:09.699Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:42:09.702Z||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-07-12T03:42:09.703Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:42:09.704Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:42:09.705Z||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-07-12T03:42:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:42:19.335Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:42:19.355Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:43:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:43:09.701Z||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-07-12T03:43:09.702Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:43:09.704Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:43:09.705Z||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-07-12T03:43:09.706Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:43:19.308Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:43:19.310Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:44:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:44:09.700Z||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-07-12T03:44:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:44:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:44:09.705Z||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-07-12T03:44:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:44:19.312Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:44:19.318Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:45:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:45:09.700Z||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-07-12T03:45:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:45:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:45:09.705Z||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-07-12T03:45:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:45:19.273Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:45:19.279Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:46:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:46:09.700Z||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-07-12T03:46:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:46:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:46:09.705Z||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-07-12T03:46:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:46:19.322Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:46:19.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:47:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:47:09.700Z||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-07-12T03:47:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:47:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:47:09.705Z||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-07-12T03:47:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:47:19.322Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:47:19.329Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:48:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:48:09.700Z||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-07-12T03:48:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:48:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:48:09.705Z||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-07-12T03:48:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:48:19.282Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:48:19.282Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:49:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:49:09.700Z||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-07-12T03:49:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:49:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:49:09.705Z||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-07-12T03:49:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:49:19.279Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:49:19.315Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:50:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:50:09.700Z||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-07-12T03:50:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:50:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:50:09.705Z||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-07-12T03:50:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:50:19.318Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:50:19.328Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:51:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:51:09.701Z||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-07-12T03:51:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:51:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:51:09.705Z||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-07-12T03:51:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:51:19.284Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:51:19.286Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:52:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:52:09.701Z||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-07-12T03:52:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:52:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:52:09.705Z||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-07-12T03:52:09.706Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:52:19.326Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:52:19.327Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:53:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:53:09.700Z||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-07-12T03:53:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:53:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:53:09.705Z||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-07-12T03:53:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:53:19.282Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:53:19.292Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:54:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:54:09.700Z||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-07-12T03:54:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:54:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:54:09.705Z||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-07-12T03:54:09.706Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:54:19.334Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:54:19.340Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:55:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:55:09.700Z||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-07-12T03:55:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:55:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:55:09.705Z||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-07-12T03:55:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:55:19.288Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:55:19.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:56:09.699Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:56:09.700Z||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-07-12T03:56:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:56:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:56:09.705Z||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-07-12T03:56:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:56:19.322Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:56:19.328Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:57:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:57:09.700Z||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-07-12T03:57:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:57:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:57:09.705Z||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-07-12T03:57:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:57:19.291Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:57:19.342Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:58:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:58:09.700Z||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-07-12T03:58:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:58:09.704Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:58:09.705Z||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-07-12T03:58:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:58:19.338Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:58:19.343Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:59:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:59:09.700Z||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-07-12T03:59:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:59:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T03:59:09.705Z||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-07-12T03:59:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T03:59:19.275Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T03:59:19.276Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:00:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:00:09.701Z||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-07-12T04:00:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:00:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:00:09.705Z||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-07-12T04:00:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:00:19.280Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:00:19.342Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:01:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:01:09.701Z||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-07-12T04:01:09.702Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:01:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:01:09.704Z||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-07-12T04:01:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:01:19.304Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:01:19.308Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:02:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:02:09.700Z||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-07-12T04:02:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:02:09.704Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:02:09.705Z||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-07-12T04:02:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:02:19.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:02:19.275Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:03:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:03:09.700Z||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-07-12T04:03:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:03:09.704Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:03:09.705Z||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-07-12T04:03:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:03:19.350Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:03:19.355Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:04:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:04:09.700Z||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-07-12T04:04:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:04:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:04:09.705Z||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-07-12T04:04:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:04:19.278Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:04:19.309Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:05:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:05:09.700Z||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-07-12T04:05:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:05:09.704Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:05:09.705Z||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-07-12T04:05:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:05:19.327Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:05:19.327Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:06:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:06:09.700Z||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-07-12T04:06:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:06:09.704Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:06:09.705Z||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-07-12T04:06:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:06:19.327Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:06:19.331Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:07:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:07:09.700Z||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-07-12T04:07:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:07:09.704Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:07:09.706Z||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-07-12T04:07:09.706Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:07:19.297Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:07:19.313Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:08:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:08:09.700Z||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-07-12T04:08:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:08:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:08:09.705Z||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-07-12T04:08:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:08:19.292Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:08:19.311Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:09:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:09:09.700Z||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-07-12T04:09:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:09:09.704Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:09:09.705Z||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-07-12T04:09:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:09:19.324Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:09:19.341Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:10:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:10:09.700Z||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-07-12T04:10:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:10:09.704Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:10:09.705Z||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-07-12T04:10:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:10:19.345Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:10:19.346Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:11:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:11:09.702Z||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-07-12T04:11:09.702Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:11:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:11:09.705Z||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-07-12T04:11:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:11:19.278Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:11:19.315Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:12:09.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:12:09.701Z||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-07-12T04:12:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:12:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:12:09.705Z||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-07-12T04:12:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:12:19.266Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:12:19.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:13:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:13:09.701Z||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-07-12T04:13:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:13:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:13:09.705Z||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-07-12T04:13:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:13:19.283Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:13:19.287Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:14:09.703Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:14:09.704Z||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-07-12T04:14:09.704Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:14:09.706Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:14:09.706Z||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-07-12T04:14:09.706Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:14:19.295Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:14:19.359Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:15:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:15:09.700Z||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-07-12T04:15:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:15:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:15:09.705Z||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-07-12T04:15:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:15:19.283Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:15:19.332Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:16:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:16:09.700Z||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-07-12T04:16:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:16:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:16:09.705Z||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-07-12T04:16:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:16:19.285Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:16:19.286Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:17:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:17:09.700Z||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-07-12T04:17:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:17:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:17:09.704Z||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-07-12T04:17:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:17:19.306Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:17:19.320Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:18:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:18:09.700Z||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-07-12T04:18:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:18:09.704Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:18:09.705Z||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-07-12T04:18:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:18:19.295Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:18:19.348Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:19:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:19:09.700Z||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-07-12T04:19:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:19:09.704Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:19:09.704Z||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-07-12T04:19:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:19:19.328Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:19:19.362Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:20:09.699Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:20:09.700Z||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-07-12T04:20:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:20:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:20:09.705Z||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-07-12T04:20:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:20:19.286Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:20:19.287Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:21:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:21:09.701Z||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-07-12T04:21:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:21:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:21:09.706Z||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-07-12T04:21:09.706Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:21:19.348Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:21:19.356Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:22:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:22:09.701Z||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-07-12T04:22:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:22:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:22:09.705Z||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-07-12T04:22:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:22:19.357Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:22:19.358Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:23:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:23:09.700Z||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-07-12T04:23:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:23:09.704Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:23:09.704Z||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-07-12T04:23:09.704Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:23:19.325Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:23:19.344Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:24:09.700Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:24:09.701Z||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-07-12T04:24:09.702Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:24:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:24:09.705Z||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-07-12T04:24:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:24:19.301Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:24:19.354Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:25:09.699Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:25:09.700Z||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-07-12T04:25:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:25:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:25:09.705Z||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-07-12T04:25:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:25:09.751Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:25:09.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:25:09.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d234dd6e-f9df-48c7-ad0d-d67c18075ab8","serviceName":"vFW 2022-07-12 04-22-43","serviceVersion":"1.0","serviceUUID":"c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632","serviceDescription":"catalog service description","serviceInvariantUUID":"2d57dde2-6c3d-43e7-a6e0-bde38f18b134","resources":[{"resourceInstanceName":"vFW 0240e2d0-1c6b 0","resourceName":"vFW 0240e2d0-1c6b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a576e66b-6b9a-470e-a13b-f0ee5c67074f","resourceInvariantUUID":"5793d472-722c-45d4-a7cf-a7d984c67274","resourceCustomizationUUID":"20592656-2111-4cc5-9a2d-c0ec529aa9b7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vf-license-model.xml","artifactChecksum":"NjE4ZDkwY2EzOTk3NGUxMzkxZGUxNDY2YTRlNTg0OTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9438c97f-2b6d-47a9-a47b-84fdb3d52dda","artifactVersion":"1"},{"artifactName":"vfw0240e2d01c6b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json","artifactChecksum":"Zjg5OWFmMzUwYWNkMDU2OWE4NGQzYjQyNGM1Mzc2N2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"59e36fb5-3d2c-4c98-a9e7-4d6afbaf7501","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f5e1fc52-b8d6-4321-a235-b23b5bd131d4","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vendor-license-model.xml","artifactChecksum":"MWZlYjEzZjYyM2UwYjI4N2E4ZjY4YzRlMDVhMzFlMjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cc5ff558-cfe3-4b1c-bd1f-52e712b568af","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d5f52f48-b10f-437a-95f1-4e4033d911d2","artifactVersion":"2","generatedFromUUID":"f5e1fc52-b8d6-4321-a235-b23b5bd131d4"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220712042243-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-template.yml","artifactChecksum":"ZDY5YTMyZWFlM2JkMTQwNGM4MmY5MDFmYWE3ZTBkYjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1e2cc42c-b45a-4c08-a755-becdb53feaae","artifactVersion":"1"},{"artifactName":"service-Vfw20220712042243-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar","artifactChecksum":"ZGYzNjc5YjU4OWUwYTRmNjQ2ODkyNzFjNjk4Y2JjZGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4697dccf-d38b-4cc8-87be-63406b9e30f3","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-12T04:25:09.783Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:25:09.807Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:25:09.860Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:25:09.881Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:25:09.882Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599909699, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:09.981Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms 2022-07-12T04:25:09.986Z||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-07-12T04:25:09.987Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:25:10.011Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:25:10.013Z||pool-3-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:25:10.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.032Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "cds", "timestamp": 1657599858796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "multicloud-k8s-id", "timestamp": 1657599859412, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "policy-id", "timestamp": 1657599860047, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "cds", "timestamp": 1657599858796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.065Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "multicloud-k8s-id", "timestamp": 1657599859412, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json", "status": "NOTIFIED" } 2022-07-12T04:25:10.065Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.065Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "policy-id", "timestamp": 1657599860047, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.066Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.066Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.066Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "aai-ml", "timestamp": 1657599862104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "cds", "timestamp": 1657599858796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.067Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.067Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.067Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "multicloud-k8s-id", "timestamp": 1657599859412, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-12T04:25:10.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.068Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.068Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "policy-id", "timestamp": 1657599860047, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-12T04:25:10.068Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "aai-ml", "timestamp": 1657599862104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.069Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.069Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.069Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "cds", "timestamp": 1657599858796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.070Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "multicloud-k8s-id", "timestamp": 1657599859412, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.070Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.070Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "policy-id", "timestamp": 1657599860047, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "aai-ml", "timestamp": 1657599862104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.071Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.071Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.071Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657599863447, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.072Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "cds", "timestamp": 1657599858796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "multicloud-k8s-id", "timestamp": 1657599859412, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-12T04:25:10.073Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.073Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.073Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "policy-id", "timestamp": 1657599860047, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "aai-ml", "timestamp": 1657599862104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.074Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.074Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657599863447, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.074Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "cds", "timestamp": 1657599858796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "multicloud-k8s-id", "timestamp": 1657599859412, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.075Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.075Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.075Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "policy-id", "timestamp": 1657599860047, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "aai-ml", "timestamp": 1657599862104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.076Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657599863447, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.076Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.076Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "cds", "timestamp": 1657599858796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:25:10.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.077Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.077Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "multicloud-k8s-id", "timestamp": 1657599859412, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:25:10.077Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "policy-id", "timestamp": 1657599860047, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:25:10.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.078Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "aai-ml", "timestamp": 1657599862104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.078Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.078Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657599863447, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.079Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.079Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.079Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "cds", "timestamp": 1657599867668, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:25:10.080Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.080Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.080Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "multicloud-k8s-id", "timestamp": 1657599867328, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T04:25:10.080Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "policy-id", "timestamp": 1657599867946, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:25:10.081Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "aai-ml", "timestamp": 1657599862104, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:25:10.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.082Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.082Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657599863447, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.082Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "cds", "timestamp": 1657599868708, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-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-07-12T04:25:10.383Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d234dd6e-f9df-48c7-ad0d-d67c18075ab8 2022-07-12T04:25:10.419Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d234dd6e-f9df-48c7-ad0d-d67c18075ab8 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-07-12T04:25:10.452Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.452Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "multicloud-k8s-id", "timestamp": 1657599868485, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T04:25:10.453Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.453Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.453Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "policy-id", "timestamp": 1657599868960, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:25:10.454Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657599863447, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.454Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "aai-ml", "timestamp": 1657599870063, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:25:10.455Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.455Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "policy-id", "timestamp": 1657599869968, "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-07-12T04:25:10.497Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d234dd6e-f9df-48c7-ad0d-d67c18075ab8 2022-07-12T04:25:10.497Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d234dd6e-f9df-48c7-ad0d-d67c18075ab8 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-07-12T04:25:10.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "multicloud-k8s-id", "timestamp": 1657599869701, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-12T04:25:10.520Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "ves-openapi-manager", "timestamp": 1657599869649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.521Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657599863447, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:25:10.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "ves-openapi-manager", "timestamp": 1657599869649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "multicloud-k8s-id", "timestamp": 1657599870805, "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-07-12T04:25:10.533Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d234dd6e-f9df-48c7-ad0d-d67c18075ab8 2022-07-12T04:25:10.533Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d234dd6e-f9df-48c7-ad0d-d67c18075ab8 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-07-12T04:25:10.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657599871364, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:25:10.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "clamp", "timestamp": 1657599871539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "ves-openapi-manager", "timestamp": 1657599869649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "multicloud-k8s-id", "timestamp": 1657599871813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T04:25:10.553Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "clamp", "timestamp": 1657599871539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json", "status": "NOTIFIED" } 2022-07-12T04:25:10.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "ves-openapi-manager", "timestamp": 1657599869649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.554Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "clamp", "timestamp": 1657599871539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "ves-openapi-manager", "timestamp": 1657599869649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "cds", "timestamp": 1657599873800, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "clamp", "timestamp": 1657599871539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "ves-openapi-manager", "timestamp": 1657599869649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.558Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "cds", "timestamp": 1657599873800, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "clamp", "timestamp": 1657599871539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "ves-openapi-manager", "timestamp": 1657599869649, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "cds", "timestamp": 1657599873800, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "clamp", "timestamp": 1657599871539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.563Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.563Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.563Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "cds", "timestamp": 1657599873800, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.564Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.564Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.564Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "clamp", "timestamp": 1657599871539, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:25:10.565Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.565Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.565Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "cds", "timestamp": 1657599873800, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.566Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.566Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.566Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657599878710, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:25:10.567Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.567Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.567Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "cds", "timestamp": 1657599873800, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.567Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.568Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.568Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657599879716, "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-07-12T04:25:10.579Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d234dd6e-f9df-48c7-ad0d-d67c18075ab8 2022-07-12T04:25:10.579Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d234dd6e-f9df-48c7-ad0d-d67c18075ab8 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-07-12T04:25:10.600Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.602Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "multicloud-k8s-id", "timestamp": 1657599879412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.603Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.603Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.603Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "cds", "timestamp": 1657599873800, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:25:10.604Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.604Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.604Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "policy-id", "timestamp": 1657599880048, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.605Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.605Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.605Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "multicloud-k8s-id", "timestamp": 1657599879412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json", "status": "NOTIFIED" } 2022-07-12T04:25:10.606Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.606Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.606Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "cds", "timestamp": 1657599881761, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:25:10.607Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.607Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "policy-id", "timestamp": 1657599880048, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.607Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.607Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "multicloud-k8s-id", "timestamp": 1657599879412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-12T04:25:10.608Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.608Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.608Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "cds", "timestamp": 1657599882799, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-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-07-12T04:25:10.631Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0397d47d-c974-45fe-b3f8-a8e7151bbb77 2022-07-12T04:25:10.631Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0397d47d-c974-45fe-b3f8-a8e7151bbb77 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-07-12T04:25:10.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "policy-id", "timestamp": 1657599880048, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-12T04:25:10.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "multicloud-k8s-id", "timestamp": 1657599879412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "policy-id", "timestamp": 1657599880048, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "multicloud-k8s-id", "timestamp": 1657599879412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-07-12T04:25:10.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "policy-id", "timestamp": 1657599880048, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.650Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.650Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "clamp", "timestamp": 1657599885314, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:25:10.650Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.650Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.651Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "multicloud-k8s-id", "timestamp": 1657599879412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.651Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.652Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "policy-id", "timestamp": 1657599880048, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.652Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "multicloud-k8s-id", "timestamp": 1657599879412, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:25:10.653Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.653Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "policy-id", "timestamp": 1657599880048, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:25:10.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.654Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "clamp", "timestamp": 1657599887411, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:25:10.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "multicloud-k8s-id", "timestamp": 1657599887310, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T04:25:10.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "policy-id", "timestamp": 1657599887949, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:25:10.656Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.657Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.657Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "clamp", "timestamp": 1657599888420, "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-07-12T04:25:10.664Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d234dd6e-f9df-48c7-ad0d-d67c18075ab8 2022-07-12T04:25:10.665Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d234dd6e-f9df-48c7-ad0d-d67c18075ab8 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-07-12T04:25:10.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "multicloud-k8s-id", "timestamp": 1657599888387, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T04:25:10.681Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "policy-id", "timestamp": 1657599888957, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:25:10.682Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "multicloud-k8s-id", "timestamp": 1657599889506, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-07-12T04:25:10.684Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "ves-openapi-manager", "timestamp": 1657599889665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "policy-id", "timestamp": 1657599889962, "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-07-12T04:25:10.695Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0397d47d-c974-45fe-b3f8-a8e7151bbb77 2022-07-12T04:25:10.695Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0397d47d-c974-45fe-b3f8-a8e7151bbb77 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-07-12T04:25:10.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "multicloud-k8s-id", "timestamp": 1657599890545, "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-07-12T04:25:10.725Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0397d47d-c974-45fe-b3f8-a8e7151bbb77 2022-07-12T04:25:10.726Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0397d47d-c974-45fe-b3f8-a8e7151bbb77 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-07-12T04:25:10.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "ves-openapi-manager", "timestamp": 1657599889665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "multicloud-k8s-id", "timestamp": 1657599891552, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T04:25:10.736Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "ves-openapi-manager", "timestamp": 1657599889665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "aai-ml", "timestamp": 1657599892809, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:25:10.738Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "ves-openapi-manager", "timestamp": 1657599889665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.739Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "aai-ml", "timestamp": 1657599893820, "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-07-12T04:25:10.745Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d234dd6e-f9df-48c7-ad0d-d67c18075ab8 2022-07-12T04:25:10.746Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d234dd6e-f9df-48c7-ad0d-d67c18075ab8 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-07-12T04:25:10.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "ves-openapi-manager", "timestamp": 1657599889665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657599893447, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "aai-ml", "timestamp": 1657599894825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "ves-openapi-manager", "timestamp": 1657599889665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657599893447, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "aai-ml", "timestamp": 1657599894825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "ves-openapi-manager", "timestamp": 1657599889665, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657599893447, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "aai-ml", "timestamp": 1657599894825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657599893447, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.767Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "aai-ml", "timestamp": 1657599894825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657599893447, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "aai-ml", "timestamp": 1657599894825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657599893447, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.770Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "aai-ml", "timestamp": 1657599894825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.770Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.770Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657599893447, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:25:10.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "aai-ml", "timestamp": 1657599894825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:25:10.772Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657599901272, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:25:10.772Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "aai-ml", "timestamp": 1657599902682, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:25:10.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "clamp", "timestamp": 1657599901539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "clamp", "timestamp": 1657599901539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json", "status": "NOTIFIED" } 2022-07-12T04:25:10.774Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657599903974, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:25:10.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:25:10.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.775Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "clamp", "timestamp": 1657599901539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.775Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.776Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657599904979, "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-07-12T04:25:10.783Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0397d47d-c974-45fe-b3f8-a8e7151bbb77 2022-07-12T04:25:10.783Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0397d47d-c974-45fe-b3f8-a8e7151bbb77 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-07-12T04:25:10.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "clamp", "timestamp": 1657599901539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "clamp", "timestamp": 1657599901539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.804Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "clamp", "timestamp": 1657599901539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:10.805Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.805Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:25:10.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "clamp", "timestamp": 1657599901539, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:25:10.806Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:25:10.907Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:25:10.908Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:25:10.911Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:25:10.911Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599909699, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json", "status": "NOTIFIED" } 2022-07-12T04:25:11.011Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:25:11.012Z||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-07-12T04:25:11.012Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:25:11.050Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:25:11.051Z||pool-4-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:25:11.912Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:25:11.913Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:25:11.917Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:25:11.918Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599909699, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-12T04:25:12.018Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:25:12.020Z||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-07-12T04:25:12.020Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:25:12.043Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:25:12.044Z||pool-5-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:25:12.918Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:25:12.922Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:25:12.928Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:25:12.928Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599909699, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:13.028Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:25:13.029Z||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-07-12T04:25:13.029Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:25:13.058Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:25:13.059Z||pool-6-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:25:13.929Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:25:13.930Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:25:13.934Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:25:13.934Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599909699, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-12T04:25:14.034Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:25:14.035Z||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-07-12T04:25:14.035Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:25:14.055Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:25:14.056Z||pool-7-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:25:14.935Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:25:14.936Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:25:14.938Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:25:14.939Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599909699, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:25:15.039Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:25:15.040Z||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-07-12T04:25:15.040Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:25:15.066Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:25:15.068Z||pool-8-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:25:15.939Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:25:15.940Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:25:15.943Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:25:15.943Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599909699, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:25:16.043Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:25:16.045Z||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-07-12T04:25:16.045Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:25:16.065Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:25:16.066Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:25:16.948Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "serviceName": "vFW 2022-07-12 04-22-43", "serviceVersion": "1.0", "serviceUUID": "c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2d57dde2-6c3d-43e7-a6e0-bde38f18b134", "resources": [ { "resourceInstanceName": "vFW 0240e2d0-1c6b 0", "resourceCustomizationUUID": "20592656-2111-4cc5-9a2d-c0ec529aa9b7", "resourceName": "vFW 0240e2d0-1c6b", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a576e66b-6b9a-470e-a13b-f0ee5c67074f", "resourceInvariantUUID": "5793d472-722c-45d4-a7cf-a7d984c67274", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw0240e2d01c6b0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json", "artifactChecksum": "Zjg5OWFmMzUwYWNkMDU2OWE4NGQzYjQyNGM1Mzc2N2M\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "59e36fb5-3d2c-4c98-a9e7-4d6afbaf7501", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f5e1fc52-b8d6-4321-a235-b23b5bd131d4", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d5f52f48-b10f-437a-95f1-4e4033d911d2", "generatedFromUUID": "f5e1fc52-b8d6-4321-a235-b23b5bd131d4" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d5f52f48-b10f-437a-95f1-4e4033d911d2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220712042243-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "artifactChecksum": "ZGYzNjc5YjU4OWUwYTRmNjQ2ODkyNzFjNjk4Y2JjZGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4697dccf-d38b-4cc8-87be-63406b9e30f3" } ], "workloadContext": "Production" } 2022-07-12T04:25:16.950Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-12T04:25:16.951Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632 ASDC 2022-07-12T04:25:17.134Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:d234dd6e-f9df-48c7-ad0d-d67c18075ab8 ServiceName:vFW 2022-07-12 04-22-43 ServiceVersion:1.0 ServiceUUID:c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632 ServiceInvariantUUID:2d57dde2-6c3d-43e7-a6e0-bde38f18b134 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220712042243-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar ArtifactUUID:4697dccf-d38b-4cc8-87be-63406b9e30f3 ArtifactChecksum:ZGYzNjc5YjU4OWUwYTRmNjQ2ODkyNzFjNjk4Y2JjZGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 0240e2d0-1c6b 0 ResourceCustomizationUUID:20592656-2111-4cc5-9a2d-c0ec529aa9b7 ResourceInvariantUUID:5793d472-722c-45d4-a7cf-a7d984c67274 ResourceName:vFW 0240e2d0-1c6b ResourceType:VF ResourceUUID:a576e66b-6b9a-470e-a13b-f0ee5c67074f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw0240e2d01c6b0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json ArtifactUUID:59e36fb5-3d2c-4c98-a9e7-4d6afbaf7501 ArtifactChecksum:Zjg5OWFmMzUwYWNkMDU2OWE4NGQzYjQyNGM1Mzc2N2M= 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/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml ArtifactUUID:f5e1fc52-b8d6-4321-a235-b23b5bd131d4 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/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env ArtifactUUID:d5f52f48-b10f-437a-95f1-4e4033d911d2 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/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env ArtifactUUID:d5f52f48-b10f-437a-95f1-4e4033d911d2 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-12T04:25:17.134Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632 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-07-12T04:25:17.213Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T04:25:17.215Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-07-12T04:25:17.218Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-07-12T04:25:17.218Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 4697dccf-d38b-4cc8-87be-63406b9e30f3 from URL: /sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar 2022-07-12T04:25:17.218Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-07-12T04:25:17.221Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar 2022-07-12T04:25:17.366Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-07-12T04:25:17.394Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar 4697dccf-d38b-4cc8-87be-63406b9e30f3 99012 2022-07-12T04:25:17.396Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar ASDC sendASDCNotification 2022-07-12T04:25:17.396Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar 2022-07-12T04:25:17.397Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:25:17.399Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:25:17.401Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:25:17.402Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599917395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:25:17.503Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-12T04:25:17.505Z||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-07-12T04:25:17.505Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:25:17.532Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:25:17.533Z||pool-10-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:25:18.402Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T04:25:18.404Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-07-12T04:25:18.404Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 4697dccf-d38b-4cc8-87be-63406b9e30f3, URL: /sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar to file: /app/ASDC/1/service-Vfw20220712042243-csar.csar 2022-07-12T04:25:18.405Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220712042243-csar.csar 2022-07-12T04:25:18.528Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220712042243-csar.csar 2022-07-12T04:25:18.528Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220712042243-csar.csar 2022-07-12T04:25:19.423Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11206399699785730957/Definitions/service-Vfw20220712042243-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-07-12T04:25:24.363Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-12T04:25:24.369Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-07-12T04:25:24.369Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220712042243-csar.csar 2022-07-12T04:25:24.370Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-07-12T04:25:24.370Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||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-Vfw20220712042243-csar.csar 2022-07-12T04:25:24.370Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||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-Vfw20220712042243-csar.csar 2022-07-12T04:25:24.370Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||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-Vfw20220712042243-csar.csar 2022-07-12T04:25:24.370Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220712042243-csar.csar 2022-07-12T04:25:24.370Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220712042243-csar.csar 2022-07-12T04:25:24.370Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||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-Vfw20220712042243-csar.csar 2022-07-12T04:25:24.371Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||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-Vfw20220712042243-csar.csar 2022-07-12T04:25:24.371Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||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-Vfw20220712042243-csar.csar 2022-07-12T04:25:24.371Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0240e2d0-1c6b 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-Vfw20220712042243-csar.csar 2022-07-12T04:25:24.371Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220712042243-csar.csar 2022-07-12T04:25:24.371Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||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-Vfw20220712042243-csar.csar 2022-07-12T04:25:24.371Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220712042243-csar.csar 2022-07-12T04:25:24.371Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||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-Vfw20220712042243-csar.csar 2022-07-12T04:25:24.371Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-07-12T04:25:24.380Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:24.383Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:25:24.391Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria 2022-07-12T04:25:24.391Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-07-12T04:25:24.393Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T04:25:24.395Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:24.395Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:25:24.396Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria 2022-07-12T04:25:24.396Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-07-12T04:25:24.396Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T04:25:24.397Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:24.397Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:25:24.401Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:24.402Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is not matching search criteria 2022-07-12T04:25:24.402Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-12T04:25:24.402Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-12T04:25:24.402Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-12T04:25:24.403Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-12T04:25:24.403Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-12T04:25:24.403Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T04:25:24.403Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-12T04:25:24.404Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-12T04:25:24.404Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-12T04:25:24.404Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-12T04:25:24.404Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-12T04:25:24.404Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-12T04:25:24.405Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-12T04:25:24.405Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-12T04:25:24.405Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T04:25:24.405Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-12T04:25:24.406Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:24.406Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T04:25:24.407Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:24.408Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria 2022-07-12T04:25:24.408Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:25:24.408Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:24.409Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria 2022-07-12T04:25:24.409Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:25:24.409Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:24.409Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria 2022-07-12T04:25:24.410Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:25:24.410Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:24.410Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is not matching search criteria 2022-07-12T04:25:24.410Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-12T04:25:24.411Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-07-12T04:25:24.411Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-12T04:25:24.411Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-12T04:25:24.412Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-12T04:25:24.412Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-12T04:25:24.412Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-12T04:25:24.412Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-12T04:25:24.412Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-12T04:25:24.413Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-12T04:25:24.413Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T04:25:24.413Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b62c8b0-83d9-430b-991a-9bb225fc316e 2022-07-12T04:25:24.413Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:24.414Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is not matching search criteria 2022-07-12T04:25:24.414Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-12T04:25:24.414Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-12T04:25:24.415Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-12T04:25:24.415Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-12T04:25:24.415Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-12T04:25:24.415Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T04:25:24.415Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-12T04:25:24.416Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-07-12T04:25:24.416Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-12T04:25:24.416Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-12T04:25:24.416Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-12T04:25:24.416Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T04:25:24.417Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=626d6d1f-71dd-4218-b43c-10b8bfe8894c 2022-07-12T04:25:24.417Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:24.417Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is not matching search criteria 2022-07-12T04:25:24.417Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-12T04:25:24.418Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-12T04:25:24.418Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-12T04:25:24.418Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-12T04:25:24.418Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-12T04:25:24.418Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T04:25:24.419Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-12T04:25:24.419Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-12T04:25:24.419Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-12T04:25:24.419Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-12T04:25:24.419Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-12T04:25:24.420Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-07-12T04:25:24.420Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c17ac18c-bb14-4cfb-a738-da6fd405b4ce 2022-07-12T04:25:24.420Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:24.420Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:25:24.420Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:24.421Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:25:24.421Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:24.421Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:25:24.421Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:24.422Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:25:24.422Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-07-12 04-22-43 Description:catalog service description Model UUID:c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632 Model Version:NULL Model InvariantUuid:2d57dde2-6c3d-43e7-a6e0-bde38f18b134 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 0240e2d0-1c6b Model UUID:113a6e26-09ad-461a-8bd9-1b75bb4aec40 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:5793d472-722c-45d4-a7cf-a7d984c67274 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:20592656-2111-4cc5-9a2d-c0ec529aa9b7 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8614bdc6-c071-48d2-a05f-1263a85f8bb1 ModelName:Vfw0240e2d01c6b..base_vfw..module-0 ModelUuid:cb89ec33-e38a-4372-820a-d911812e34cb ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9b62c8b0-83d9-430b-991a-9bb225fc316e ModelInvariantUuid:8ca00223-6f64-4553-8800-6af8e65f12eb ModelName:vFW 0240e2d0-1c6b-nodes.vfwCvfc ModelUuid:bd228c02-3f01-4d6a-8bfd-499faef167be ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:67298df1-f22e-4a93-9ee5-682762f3ee44 ModelInvariantUuid:b9a00ad0-4810-4ae7-88eb-6f232d7c209d ModelName:Vfw0240e2d01c6b.compute.nodes.heat.vfw ModelUuid:96e1d7f0-6264-49e1-b705-681d91a5617d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:626d6d1f-71dd-4218-b43c-10b8bfe8894c ModelInvariantUuid:d96d9b93-df24-41d3-b304-c57a072f9b82 ModelName:vFW 0240e2d0-1c6b-nodes.vsnCvfc ModelUuid:fe403801-a462-4de2-956d-4dd188f5ed1a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:5c425eb9-7089-4b92-9e13-6b815c663368 ModelInvariantUuid:506da065-5aa6-49c2-911e-c5786b043a2a ModelName:Vfw0240e2d01c6b.compute.nodes.heat.vsn ModelUuid:42252817-304a-422a-8b6e-f813a2cd4b61 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c17ac18c-bb14-4cfb-a738-da6fd405b4ce ModelInvariantUuid:2048d5d6-eae1-4418-9f93-e889b5c8842d ModelName:vFW 0240e2d0-1c6b-nodes.vpgCvfc ModelUuid:e734753b-cd08-424c-bba9-de1f799fd3b6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:ef865f7e-8d43-40bc-a86b-867d202733b5 ModelInvariantUuid:bde3cb98-d8a4-48c3-ae24-da59137afeb5 ModelName:Vfw0240e2d01c6b.compute.nodes.heat.vpg ModelUuid:58852f02-edd1-4839-a3ef-f36b17e5e414 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-07-12T04:25:24.440Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: a576e66b-6b9a-470e-a13b-f0ee5c67074f 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-07-12T04:25:24.567Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||vFW 0240e2d0-1c6b 0 2022-07-12T04:25:24.574Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a576e66b-6b9a-470e-a13b-f0ee5c67074f 2022-07-12T04:25:24.574Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 59e36fb5-3d2c-4c98-a9e7-4d6afbaf7501 from URL: /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json 2022-07-12T04:25:24.575Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-07-12T04:25:24.575Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json 2022-07-12T04:25:24.777Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-07-12T04:25:24.777Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json 59e36fb5-3d2c-4c98-a9e7-4d6afbaf7501 785 2022-07-12T04:25:24.778Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json ASDC sendASDCNotification 2022-07-12T04:25:24.778Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json 2022-07-12T04:25:24.778Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:25:24.779Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:25:24.781Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:25:24.782Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599924778, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T04:25:24.882Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:25:24.883Z||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-07-12T04:25:24.884Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:25:24.903Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:25:24.904Z||pool-11-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:25:25.783Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0240e2d01c6b..base_vfw..module-0", "vfModuleModelInvariantUUID": "8614bdc6-c071-48d2-a05f-1263a85f8bb1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cb89ec33-e38a-4372-820a-d911812e34cb", "vfModuleModelCustomizationUUID": "3148533d-cae2-423f-a314-a6dee812ac62", "isBase": true, "artifacts": [ "f5e1fc52-b8d6-4321-a235-b23b5bd131d4", "d5f52f48-b10f-437a-95f1-4e4033d911d2" ], "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-07-12T04:25:25.801Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0240e2d01c6b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cb89ec33-e38a-4372-820a-d911812e34cb VfModuleModelInvariantUUID:8614bdc6-c071-48d2-a05f-1263a85f8bb1 VfModuleModelDescription:NULL Artifacts UUID List:{ f5e1fc52-b8d6-4321-a235-b23b5bd131d4 , d5f52f48-b10f-437a-95f1-4e4033d911d2 } 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-07-12T04:25:25.805Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0240e2d01c6b..base_vfw..module-0", "vfModuleModelInvariantUUID": "8614bdc6-c071-48d2-a05f-1263a85f8bb1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cb89ec33-e38a-4372-820a-d911812e34cb", "vfModuleModelCustomizationUUID": "3148533d-cae2-423f-a314-a6dee812ac62", "isBase": true, "artifacts": [ "f5e1fc52-b8d6-4321-a235-b23b5bd131d4", "d5f52f48-b10f-437a-95f1-4e4033d911d2" ], "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-07-12T04:25:25.805Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0240e2d01c6b..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cb89ec33-e38a-4372-820a-d911812e34cb VfModuleModelInvariantUUID:8614bdc6-c071-48d2-a05f-1263a85f8bb1 VfModuleModelDescription:NULL Artifacts UUID List:{ f5e1fc52-b8d6-4321-a235-b23b5bd131d4 , d5f52f48-b10f-437a-95f1-4e4033d911d2 } 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-07-12T04:25:25.806Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f5e1fc52-b8d6-4321-a235-b23b5bd131d4 from URL: /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml 2022-07-12T04:25:25.806Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-07-12T04:25:25.806Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml 2022-07-12T04:25:25.867Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-07-12T04:25:25.868Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml f5e1fc52-b8d6-4321-a235-b23b5bd131d4 20368 2022-07-12T04:25:25.869Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-07-12T04:25:25.869Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml 2022-07-12T04:25:25.869Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:25:25.870Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:25:25.873Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:25:25.873Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599925869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T04:25:25.973Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:25:25.975Z||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-07-12T04:25:25.976Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:25:25.996Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:25:25.997Z||pool-12-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:25:26.874Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d5f52f48-b10f-437a-95f1-4e4033d911d2 from URL: /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env 2022-07-12T04:25:26.874Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-07-12T04:25:26.879Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env 2022-07-12T04:25:26.956Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-07-12T04:25:26.956Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env d5f52f48-b10f-437a-95f1-4e4033d911d2 2098 2022-07-12T04:25:26.957Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-07-12T04:25:26.957Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env 2022-07-12T04:25:26.958Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:25:26.958Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:25:26.961Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:25:26.962Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599926957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-12T04:25:27.061Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:25:27.062Z||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-07-12T04:25:27.063Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:25:27.085Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:25:27.086Z||pool-13-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:25:27.962Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632 2022-07-12T04:25:27.963Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0240e2d0-1c6b 0 a576e66b-6b9a-470e-a13b-f0ee5c67074f 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-07-12T04:25:28.027Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@191bd5fb, org.onap.sdc.toscaparser.api.parameters.Input@4c9eef9b, org.onap.sdc.toscaparser.api.parameters.Input@12b7437, org.onap.sdc.toscaparser.api.parameters.Input@5a24f42, org.onap.sdc.toscaparser.api.parameters.Input@42d1f600] 2022-07-12T04:25:28.033Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:28.034Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:25:28.035Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-07-12T04:25:28.035Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 20592656-2111-4cc5-9a2d-c0ec529aa9b7 2022-07-12T04:25:28.035Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 20592656-2111-4cc5-9a2d-c0ec529aa9b7 matches Tosca VF Customization UUID: 20592656-2111-4cc5-9a2d-c0ec529aa9b7 2022-07-12T04:25:28.036Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 20592656-2111-4cc5-9a2d-c0ec529aa9b7 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-07-12T04:25:28.047Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:28.048Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:25:28.052Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 20592656-2111-4cc5-9a2d-c0ec529aa9b7: {\"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-07-12T04:25:28.053Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a80b484 2022-07-12T04:25:28.053Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:28.053Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T04:25:28.054Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3148533d-cae2-423f-a314-a6dee812ac62 2022-07-12T04:25:28.056Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3148533d-cae2-423f-a314-a6dee812ac62 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-07-12T04:25:28.071Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:28.072Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria 2022-07-12T04:25:28.072Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:25:28.073Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:28.073Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria 2022-07-12T04:25:28.073Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:25:28.074Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:28.074Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is not matching search criteria 2022-07-12T04:25:28.074Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-12T04:25:28.075Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-07-12T04:25:28.075Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-12T04:25:28.075Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-12T04:25:28.076Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-12T04:25:28.076Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-12T04:25:28.076Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-12T04:25:28.076Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-12T04:25:28.077Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-12T04:25:28.077Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-12T04:25:28.078Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T04:25:28.078Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b62c8b0-83d9-430b-991a-9bb225fc316e 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-07-12T04:25:28.098Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:28.098Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria 2022-07-12T04:25:28.099Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:25:28.099Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:28.100Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is not matching search criteria 2022-07-12T04:25:28.100Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-12T04:25:28.101Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-12T04:25:28.101Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-12T04:25:28.101Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-12T04:25:28.102Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-12T04:25:28.102Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T04:25:28.102Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-12T04:25:28.103Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-07-12T04:25:28.103Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-07-12T04:25:28.103Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-07-12T04:25:28.103Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-07-12T04:25:28.104Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T04:25:28.104Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=626d6d1f-71dd-4218-b43c-10b8bfe8894c 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-07-12T04:25:28.108Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:28.108Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria 2022-07-12T04:25:28.108Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:25:28.114Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:28.114Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is not matching search criteria 2022-07-12T04:25:28.115Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-07-12T04:25:28.115Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-07-12T04:25:28.115Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-07-12T04:25:28.116Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-07-12T04:25:28.116Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-07-12T04:25:28.116Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-07-12T04:25:28.116Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-07-12T04:25:28.117Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-07-12T04:25:28.117Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-07-12T04:25:28.117Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-07-12T04:25:28.117Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-07-12T04:25:28.118Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-07-12T04:25:28.118Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=c17ac18c-bb14-4cfb-a738-da6fd405b4ce 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-07-12T04:25:28.121Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:28.122Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria 2022-07-12T04:25:28.122Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:25:28.122Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:28.122Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Node template vFW 0240e2d0-1c6b 0 is matching search criteria 2022-07-12T04:25:28.123Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0240e2d0-1c6b 0] matching following query criteria: sdcType=VF, customizationUUID=20592656-2111-4cc5-9a2d-c0ec529aa9b7 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-07-12T04:25:28.125Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:28.126Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:25:28.127Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632: vFW 0240e2d0-1c6b 2022-07-12T04:25:28.127Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:28.127Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:25:28.127Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:28.128Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:25:28.128Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:28.128Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:25:28.128Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:28.129Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:25:28.129Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:25:28.129Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-07-12 04-22-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:25:28.129Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-07-12 04-22-43 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-07-12T04:25:28.569Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0240e2d0-1c6b a576e66b-6b9a-470e-a13b-f0ee5c67074f 1 ASDC deployResourceStructure 2022-07-12T04:25:28.570Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json ASDC sendASDCNotification 2022-07-12T04:25:28.570Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json 2022-07-12T04:25:28.571Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:25:28.571Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:25:28.574Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:25:28.574Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599928570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T04:25:28.674Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:25:28.676Z||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-07-12T04:25:28.677Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:25:28.698Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:25:28.699Z||pool-14-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:25:29.575Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-07-12T04:25:29.575Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml 2022-07-12T04:25:29.575Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:25:29.576Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:25:29.578Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:25:29.578Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599929575, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-07-12T04:25:29.679Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:25:29.680Z||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-07-12T04:25:29.680Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:25:29.696Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:25:29.697Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:25:30.579Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-07-12T04:25:30.580Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env 2022-07-12T04:25:30.580Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:25:30.581Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:25:30.583Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:25:30.584Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599930579, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-07-12T04:25:30.684Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:25:30.685Z||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-07-12T04:25:30.685Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:25:30.703Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:25:30.704Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:25:31.585Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar ASDC sendASDCNotification 2022-07-12T04:25:31.586Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar 2022-07-12T04:25:31.586Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:25:31.586Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:25:31.592Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:25:31.593Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599931585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:25:31.689Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-07-12T04:25:31.691Z||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-07-12T04:25:31.691Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:25:31.736Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:25:31.737Z||pool-17-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:25:32.594Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d234dd6e-f9df-48c7-ad0d-d67c18075ab8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T04:25:32.619Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d234dd6e-f9df-48c7-ad0d-d67c18075ab8 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-07-12T04:25:32.626Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T04:25:32.627Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-12T04:25:32.627Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-12T04:25:32.627Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-12T04:25:32.627Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:25:32.628Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:25:32.628Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:25:32.628Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:25:32.628Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:25:32.628Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:25:32.628Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||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-07-12T04:25:32.637Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-12T04:26:02.638Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d234dd6e-f9df-48c7-ad0d-d67c18075ab8 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-07-12T04:26:02.649Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d234dd6e-f9df-48c7-ad0d-d67c18075ab8 and serviceModelVersionId: c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632 2022-07-12T04:26:02.649Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2d57dde2-6c3d-43e7-a6e0-bde38f18b134 2022-07-12T04:26:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:26:09.706Z||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-07-12T04:26:09.706Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:26:09.756Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:26:09.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-07-12T04:26:09.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599909699, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:26:09.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-07-12T04:26:24.599Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2d57dde2-6c3d-43e7-a6e0-bde38f18b134/model-vers/model-ver/c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632?depth=0 2022-07-12T04:26:24.765Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-07-12T04:26:25.644Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d57dde2-6c3d-43e7-a6e0-bde38f18b134/model-vers/model-ver/c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632?depth=0|INFO|500||Invoke 2022-07-12T04:26:25.660Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d57dde2-6c3d-43e7-a6e0-bde38f18b134/model-vers/model-ver/c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d57dde2-6c3d-43e7-a6e0-bde38f18b134/model-vers/model-ver/c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d234dd6e-f9df-48c7-ad0d-d67c18075ab8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5e062211-3ee5-48ec-a95d-940c5d48356d], X-ECOMP-RequestID=[d234dd6e-f9df-48c7-ad0d-d67c18075ab8], X-TransactionId=[], X-ONAP-RequestID=[d234dd6e-f9df-48c7-ad0d-d67c18075ab8], Content-Type=[application/merge-patch+json]} 2022-07-12T04:26:25.904Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d57dde2-6c3d-43e7-a6e0-bde38f18b134/model-vers/model-ver/c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-12T04:26:26.440Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d57dde2-6c3d-43e7-a6e0-bde38f18b134/model-vers/model-ver/c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632?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/2d57dde2-6c3d-43e7-a6e0-bde38f18b134/model-vers/model-ver/c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220712-04:26:25:918-27817], vertex-id=[311416], Content-Length=[0], Date=[Tue, 12 Jul 2022 04:26:25 GMT], Content-Type=[application/json]} 2022-07-12T04:26:26.443Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d57dde2-6c3d-43e7-a6e0-bde38f18b134/model-vers/model-ver/c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-12T04:26:26.444Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2d57dde2-6c3d-43e7-a6e0-bde38f18b134/model-vers/model-ver/c17e8d4f-eabf-4f8d-ac6c-5e8c999b4632?depth=0|INFO|500||InvokeReturn 2022-07-12T04:26:26.453Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-12T04:26:26.454Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||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-07-12T04:26:26.462Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||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-07-12T04:26:26.464Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d234dd6e-f9df-48c7-ad0d-d67c18075ab8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-12T04:26:26.467Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-12T04:26:26.469Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:26:26.473Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:26:26.473Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599986464, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T04:26:26.573Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:26:26.575Z||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-07-12T04:26:26.575Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:26:26.601Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:26:26.601Z||pool-18-thread-1|||||INFO|500||cambria reply ok (27 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-07-12T04:26:27.502Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:26:27.503Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|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-07-12T04:26:27.504Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:26:28.034Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:26:28.035Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:26:28.036Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"0397d47d-c974-45fe-b3f8-a8e7151bbb77","serviceName":"basic_onboard_AaoFYo","serviceVersion":"1.0","serviceUUID":"92b694cc-18a7-4ca4-8eee-ca39968116db","serviceDescription":"service","serviceInvariantUUID":"6e2b6324-105a-41d4-bbda-b193305a9567","resources":[{"resourceInstanceName":"basic_onboard_AaoFYo 0","resourceName":"basic_onboard_AaoFYo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c73253be-6593-44b1-a3b3-a4de25b3ea55","resourceInvariantUUID":"9c42217d-da10-4c6f-89dd-2aa816b6c2b6","resourceCustomizationUUID":"5850ea45-16bf-4e32-b42f-073df949592e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vf-license-model.xml","artifactChecksum":"ODA4ZDQzZTc4ODE0YjQ5YTBmYTA4YjA2ODBjNzFiZTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"144f2d92-1cea-4d40-a331-f9888cb0ebc0","artifactVersion":"1"},{"artifactName":"basic_onboard_aaofyo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json","artifactChecksum":"NDJlZGYxZTlmOWJhODYwYmY1MmUwNmI2NWFhODRjMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"20d5b15c-f342-4f36-a1b7-4e2fa941ad24","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"fa6f21cf-9128-4cfe-a081-ae199644c173","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"47b699f8-6314-436d-a43a-2b23a651d564","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"82032acf-4e0a-424b-ac96-796ed1a6af24","artifactVersion":"2","generatedFromUUID":"fa6f21cf-9128-4cfe-a081-ae199644c173"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardAaofyo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-template.yml","artifactChecksum":"MjhiMTRiNjUyZmRjNzc1NjYzNDEwYTBlYWZlZWM4YTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a4cde39-c5df-41cc-baa6-42ae2b90ae4d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardAaofyo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar","artifactChecksum":"N2Y0YjFkZTUzOGUyODFhZDA5ZmVlYjRhZjdhNTU5Y2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d782a111-b43f-44fd-b027-1ae729c50e62","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-12T04:26:28.041Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:26:28.042Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:26:28.046Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:26:28.046Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599987502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:26:28.145Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:26:28.146Z||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-07-12T04:26:28.147Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:26:28.163Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:26:28.163Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:26:29.047Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:26:29.049Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:26:29.052Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:26:29.053Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599987502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json", "status": "NOTIFIED" } 2022-07-12T04:26:29.153Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:26:29.154Z||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-07-12T04:26:29.154Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:26:29.172Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:26:29.173Z||pool-20-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:26:30.056Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:26:30.057Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:26:30.060Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:26:30.061Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599987502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-12T04:26:30.160Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:26:30.162Z||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-07-12T04:26:30.162Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:26:30.185Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:26:30.186Z||pool-21-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:26:31.061Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:26:31.062Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:26:31.065Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:26:31.065Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599987502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:26:31.166Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-12T04:26:31.167Z||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-07-12T04:26:31.167Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:26:31.186Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:26:31.187Z||pool-22-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:26:32.066Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:26:32.067Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:26:32.070Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:26:32.070Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599987502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-07-12T04:26:32.170Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:26:32.171Z||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-07-12T04:26:32.171Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:26:32.191Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:26:32.191Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:26:33.071Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:26:33.072Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:26:33.078Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:26:33.078Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599987502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:26:33.176Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-07-12T04:26:33.177Z||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-07-12T04:26:33.177Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:26:33.200Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:26:33.201Z||pool-24-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:26:34.079Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:26:34.080Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:26:34.084Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:26:34.084Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599987502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:26:34.185Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:26:34.186Z||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-07-12T04:26:34.186Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:26:34.207Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:26:34.208Z||pool-25-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:26:35.087Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "serviceName": "basic_onboard_AaoFYo", "serviceVersion": "1.0", "serviceUUID": "92b694cc-18a7-4ca4-8eee-ca39968116db", "serviceDescription": "service", "serviceInvariantUUID": "6e2b6324-105a-41d4-bbda-b193305a9567", "resources": [ { "resourceInstanceName": "basic_onboard_AaoFYo 0", "resourceCustomizationUUID": "5850ea45-16bf-4e32-b42f-073df949592e", "resourceName": "basic_onboard_AaoFYo", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "c73253be-6593-44b1-a3b3-a4de25b3ea55", "resourceInvariantUUID": "9c42217d-da10-4c6f-89dd-2aa816b6c2b6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_aaofyo0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json", "artifactChecksum": "NDJlZGYxZTlmOWJhODYwYmY1MmUwNmI2NWFhODRjMjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "20d5b15c-f342-4f36-a1b7-4e2fa941ad24", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "fa6f21cf-9128-4cfe-a081-ae199644c173", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "82032acf-4e0a-424b-ac96-796ed1a6af24", "generatedFromUUID": "fa6f21cf-9128-4cfe-a081-ae199644c173" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "82032acf-4e0a-424b-ac96-796ed1a6af24", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardAaofyo-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "artifactChecksum": "N2Y0YjFkZTUzOGUyODFhZDA5ZmVlYjRhZjdhNTU5Y2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d782a111-b43f-44fd-b027-1ae729c50e62" } ], "workloadContext": "Production" } 2022-07-12T04:26:35.087Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-12T04:26:35.088Z|d234dd6e-f9df-48c7-ad0d-d67c18075ab8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 92b694cc-18a7-4ca4-8eee-ca39968116db ASDC 2022-07-12T04:26:35.089Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:0397d47d-c974-45fe-b3f8-a8e7151bbb77 ServiceName:basic_onboard_AaoFYo ServiceVersion:1.0 ServiceUUID:92b694cc-18a7-4ca4-8eee-ca39968116db ServiceInvariantUUID:6e2b6324-105a-41d4-bbda-b193305a9567 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardAaofyo-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar ArtifactUUID:d782a111-b43f-44fd-b027-1ae729c50e62 ArtifactChecksum:N2Y0YjFkZTUzOGUyODFhZDA5ZmVlYjRhZjdhNTU5Y2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_AaoFYo 0 ResourceCustomizationUUID:5850ea45-16bf-4e32-b42f-073df949592e ResourceInvariantUUID:9c42217d-da10-4c6f-89dd-2aa816b6c2b6 ResourceName:basic_onboard_AaoFYo ResourceType:VF ResourceUUID:c73253be-6593-44b1-a3b3-a4de25b3ea55 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_aaofyo0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json ArtifactUUID:20d5b15c-f342-4f36-a1b7-4e2fa941ad24 ArtifactChecksum:NDJlZGYxZTlmOWJhODYwYmY1MmUwNmI2NWFhODRjMjQ= 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/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml ArtifactUUID:fa6f21cf-9128-4cfe-a081-ae199644c173 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/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env ArtifactUUID:82032acf-4e0a-424b-ac96-796ed1a6af24 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/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env ArtifactUUID:82032acf-4e0a-424b-ac96-796ed1a6af24 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-12T04:26:35.089Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 92b694cc-18a7-4ca4-8eee-ca39968116db 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-07-12T04:26:35.142Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T04:26:35.143Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-07-12T04:26:35.143Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-07-12T04:26:35.143Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d782a111-b43f-44fd-b027-1ae729c50e62 from URL: /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar 2022-07-12T04:26:35.144Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-07-12T04:26:35.145Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar 2022-07-12T04:26:35.259Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-07-12T04:26:35.263Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar d782a111-b43f-44fd-b027-1ae729c50e62 71578 2022-07-12T04:26:35.264Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar ASDC sendASDCNotification 2022-07-12T04:26:35.264Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar 2022-07-12T04:26:35.264Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:26:35.264Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:26:35.267Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:26:35.267Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599995264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:26:35.367Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:26:35.369Z||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-07-12T04:26:35.369Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:26:35.388Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:26:35.389Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:26:36.267Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T04:26:36.269Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-07-12T04:26:36.270Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d782a111-b43f-44fd-b027-1ae729c50e62, URL: /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar to file: /app/ASDC/1/service-BasicOnboardAaofyo-csar.csar 2022-07-12T04:26:36.270Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardAaofyo-csar.csar 2022-07-12T04:26:36.271Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardAaofyo-csar.csar 2022-07-12T04:26:36.271Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardAaofyo-csar.csar 2022-07-12T04:26:36.496Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10750603969838033298/Definitions/service-BasicOnboardAaofyo-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-07-12T04:26:38.411Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-12T04:26:38.412Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-07-12T04:26:38.412Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardAaofyo-csar.csar 2022-07-12T04:26:38.412Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-07-12T04:26:38.413Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||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-BasicOnboardAaofyo-csar.csar 2022-07-12T04:26:38.413Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||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-BasicOnboardAaofyo-csar.csar 2022-07-12T04:26:38.413Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||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-BasicOnboardAaofyo-csar.csar 2022-07-12T04:26:38.413Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||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-BasicOnboardAaofyo-csar.csar 2022-07-12T04:26:38.413Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardAaofyo-csar.csar 2022-07-12T04:26:38.413Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardAaofyo-csar.csar 2022-07-12T04:26:38.414Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||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-BasicOnboardAaofyo-csar.csar 2022-07-12T04:26:38.414Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||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-BasicOnboardAaofyo-csar.csar 2022-07-12T04:26:38.414Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_AaoFYo 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-BasicOnboardAaofyo-csar.csar 2022-07-12T04:26:38.414Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-07-12T04:26:38.415Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:38.415Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:26:38.415Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is matching search criteria 2022-07-12T04:26:38.415Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-07-12T04:26:38.416Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AaoFYo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T04:26:38.416Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:38.416Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:26:38.417Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is matching search criteria 2022-07-12T04:26:38.417Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-07-12T04:26:38.417Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AaoFYo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T04:26:38.417Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:38.417Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:26:38.418Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:38.418Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is not matching search criteria 2022-07-12T04:26:38.418Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-07-12T04:26:38.418Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-07-12T04:26:38.418Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-07-12T04:26:38.419Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-07-12T04:26:38.419Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-12T04:26:38.419Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:38.419Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T04:26:38.419Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:38.420Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is matching search criteria 2022-07-12T04:26:38.420Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AaoFYo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:26:38.420Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:38.420Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is matching search criteria 2022-07-12T04:26:38.421Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AaoFYo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:26:38.421Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:38.421Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is matching search criteria 2022-07-12T04:26:38.421Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AaoFYo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:26:38.422Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:38.422Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is not matching search criteria 2022-07-12T04:26:38.422Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-07-12T04:26:38.423Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-07-12T04:26:38.423Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1598cc7d-4f54-4db7-8cf5-0618787352ce 2022-07-12T04:26:38.423Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:38.424Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:26:38.424Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:38.424Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:26:38.425Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:38.425Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:26:38.426Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:38.426Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:26:38.426Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_AaoFYo Description:service Model UUID:92b694cc-18a7-4ca4-8eee-ca39968116db Model Version:NULL Model InvariantUuid:6e2b6324-105a-41d4-bbda-b193305a9567 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_AaoFYo Model UUID:799418fb-5765-4b79-aeab-28154335c106 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:9c42217d-da10-4c6f-89dd-2aa816b6c2b6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5850ea45-16bf-4e32-b42f-073df949592e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dacdae02-71e8-4546-bf67-bc2562a26547 ModelName:BasicOnboardAaofyo..base_ubuntu18..module-0 ModelUuid:13d647b6-1ba6-411b-9238-22a2fa8989fc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1598cc7d-4f54-4db7-8cf5-0618787352ce ModelInvariantUuid:b1257554-bd6e-4598-a4aa-e234a2dbe516 ModelName:basic_onboard_AaoFYo-nodes.ubuntu18Cvfc ModelUuid:ccad72ab-f478-491b-9dd4-c37b8882e82f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:7e7277ab-3348-4897-afe9-bbe26ff5730a ModelInvariantUuid:7881a13d-2a7c-43d6-89b2-a7e40f6a7884 ModelName:BasicOnboardAaofyo.compute.nodes.heat.ubuntu18 ModelUuid:1acba00e-5fe4-4675-8996-48e8925b8371 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-07-12T04:26:38.437Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: c73253be-6593-44b1-a3b3-a4de25b3ea55 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-07-12T04:26:38.443Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||basic_onboard_AaoFYo 0 2022-07-12T04:26:38.444Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c73253be-6593-44b1-a3b3-a4de25b3ea55 2022-07-12T04:26:38.444Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 20d5b15c-f342-4f36-a1b7-4e2fa941ad24 from URL: /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json 2022-07-12T04:26:38.444Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-07-12T04:26:38.445Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json 2022-07-12T04:26:38.605Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-07-12T04:26:38.606Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json 20d5b15c-f342-4f36-a1b7-4e2fa941ad24 798 2022-07-12T04:26:38.607Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json ASDC sendASDCNotification 2022-07-12T04:26:38.607Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json 2022-07-12T04:26:38.607Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:26:38.608Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:26:38.611Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:26:38.611Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599998606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T04:26:38.711Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:26:38.712Z||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-07-12T04:26:38.713Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:26:38.750Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:26:38.750Z||pool-27-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:26:39.612Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAaofyo..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "dacdae02-71e8-4546-bf67-bc2562a26547", "vfModuleModelVersion": "1", "vfModuleModelUUID": "13d647b6-1ba6-411b-9238-22a2fa8989fc", "vfModuleModelCustomizationUUID": "ff41b4e4-e6ae-4156-9bac-103972080d45", "isBase": true, "artifacts": [ "fa6f21cf-9128-4cfe-a081-ae199644c173", "82032acf-4e0a-424b-ac96-796ed1a6af24" ], "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-07-12T04:26:39.619Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAaofyo..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:13d647b6-1ba6-411b-9238-22a2fa8989fc VfModuleModelInvariantUUID:dacdae02-71e8-4546-bf67-bc2562a26547 VfModuleModelDescription:NULL Artifacts UUID List:{ fa6f21cf-9128-4cfe-a081-ae199644c173 , 82032acf-4e0a-424b-ac96-796ed1a6af24 } 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-07-12T04:26:39.622Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardAaofyo..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "dacdae02-71e8-4546-bf67-bc2562a26547", "vfModuleModelVersion": "1", "vfModuleModelUUID": "13d647b6-1ba6-411b-9238-22a2fa8989fc", "vfModuleModelCustomizationUUID": "ff41b4e4-e6ae-4156-9bac-103972080d45", "isBase": true, "artifacts": [ "fa6f21cf-9128-4cfe-a081-ae199644c173", "82032acf-4e0a-424b-ac96-796ed1a6af24" ], "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-07-12T04:26:39.623Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardAaofyo..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:13d647b6-1ba6-411b-9238-22a2fa8989fc VfModuleModelInvariantUUID:dacdae02-71e8-4546-bf67-bc2562a26547 VfModuleModelDescription:NULL Artifacts UUID List:{ fa6f21cf-9128-4cfe-a081-ae199644c173 , 82032acf-4e0a-424b-ac96-796ed1a6af24 } 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-07-12T04:26:39.623Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fa6f21cf-9128-4cfe-a081-ae199644c173 from URL: /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml 2022-07-12T04:26:39.623Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-07-12T04:26:39.624Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml 2022-07-12T04:26:39.825Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-07-12T04:26:39.826Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml fa6f21cf-9128-4cfe-a081-ae199644c173 5033 2022-07-12T04:26:39.826Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-07-12T04:26:39.826Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml 2022-07-12T04:26:39.826Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:26:39.827Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:26:39.830Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:26:39.830Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599999826, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T04:26:39.939Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-07-12T04:26:39.940Z||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-07-12T04:26:39.941Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:26:40.007Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:26:40.009Z||pool-28-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:26:40.831Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 82032acf-4e0a-424b-ac96-796ed1a6af24 from URL: /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env 2022-07-12T04:26:40.832Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-07-12T04:26:40.832Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env 2022-07-12T04:26:40.910Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-07-12T04:26:40.911Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env 82032acf-4e0a-424b-ac96-796ed1a6af24 909 2022-07-12T04:26:40.911Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-07-12T04:26:40.911Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env 2022-07-12T04:26:40.911Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:26:40.912Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:26:40.915Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:26:40.915Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600000911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-07-12T04:26:41.019Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-07-12T04:26:41.021Z||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-07-12T04:26:41.021Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:26:41.044Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:26:41.045Z||pool-29-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:26:41.917Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 92b694cc-18a7-4ca4-8eee-ca39968116db 2022-07-12T04:26:41.917Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_AaoFYo 0 c73253be-6593-44b1-a3b3-a4de25b3ea55 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-07-12T04:26:41.947Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7789829e, org.onap.sdc.toscaparser.api.parameters.Input@735e3b0d, org.onap.sdc.toscaparser.api.parameters.Input@269a82f1, org.onap.sdc.toscaparser.api.parameters.Input@a1f2dd5, org.onap.sdc.toscaparser.api.parameters.Input@31b9d37a] 2022-07-12T04:26:41.949Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:41.950Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:26:41.950Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-07-12T04:26:41.950Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 5850ea45-16bf-4e32-b42f-073df949592e 2022-07-12T04:26:41.950Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5850ea45-16bf-4e32-b42f-073df949592e matches Tosca VF Customization UUID: 5850ea45-16bf-4e32-b42f-073df949592e 2022-07-12T04:26:41.950Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 5850ea45-16bf-4e32-b42f-073df949592e 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-07-12T04:26:41.953Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:41.954Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:26:41.955Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 5850ea45-16bf-4e32-b42f-073df949592e: {\"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-07-12T04:26:41.955Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@32c07df7 2022-07-12T04:26:41.955Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:41.955Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T04:26:41.956Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ff41b4e4-e6ae-4156-9bac-103972080d45 2022-07-12T04:26:41.956Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ff41b4e4-e6ae-4156-9bac-103972080d45 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-07-12T04:26:41.960Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:41.961Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is matching search criteria 2022-07-12T04:26:41.961Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AaoFYo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:26:41.962Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:41.962Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is matching search criteria 2022-07-12T04:26:41.962Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AaoFYo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:26:41.963Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:41.963Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is not matching search criteria 2022-07-12T04:26:41.963Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-07-12T04:26:41.963Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-07-12T04:26:41.964Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1598cc7d-4f54-4db7-8cf5-0618787352ce 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-07-12T04:26:41.967Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:41.968Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is matching search criteria 2022-07-12T04:26:41.968Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AaoFYo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:26:41.968Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:41.968Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Node template basic_onboard_AaoFYo 0 is matching search criteria 2022-07-12T04:26:41.969Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_onboard_AaoFYo 0] matching following query criteria: sdcType=VF, customizationUUID=5850ea45-16bf-4e32-b42f-073df949592e 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-07-12T04:26:41.971Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:41.972Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:26:41.972Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 92b694cc-18a7-4ca4-8eee-ca39968116db: basic_onboard_AaoFYo 2022-07-12T04:26:41.972Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:41.972Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:26:41.973Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:41.973Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:26:41.973Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:41.973Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:26:41.974Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:41.974Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:26:41.974Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:26:41.974Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Service basic_onboard_AaoFYo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:26:41.975Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Saving Service: basic_onboard_AaoFYo 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-07-12T04:26:42.087Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_AaoFYo c73253be-6593-44b1-a3b3-a4de25b3ea55 1 ASDC deployResourceStructure 2022-07-12T04:26:42.087Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json ASDC sendASDCNotification 2022-07-12T04:26:42.088Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json 2022-07-12T04:26:42.088Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:26:42.088Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:26:42.091Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:26:42.091Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600002087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T04:26:42.192Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:26:42.193Z||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-07-12T04:26:42.193Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:26:42.217Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:26:42.218Z||pool-30-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:26:43.093Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-07-12T04:26:43.093Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml 2022-07-12T04:26:43.093Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:26:43.094Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:26:43.097Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:26:43.098Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600003092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-07-12T04:26:43.198Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:26:43.199Z||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-07-12T04:26:43.199Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:26:43.219Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:26:43.220Z||pool-31-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":2,"count":1} 2022-07-12T04:26:44.099Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-07-12T04:26:44.100Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env 2022-07-12T04:26:44.100Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:26:44.100Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:26:44.103Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:26:44.103Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600004099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-07-12T04:26:44.203Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:26:44.205Z||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-07-12T04:26:44.205Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:26:44.221Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:26:44.221Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:26:45.104Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar ASDC sendASDCNotification 2022-07-12T04:26:45.105Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar 2022-07-12T04:26:45.106Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:26:45.106Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:26:45.108Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:26:45.109Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600005104, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:26:45.209Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:26:45.218Z||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-07-12T04:26:45.218Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:26:45.241Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:26:45.242Z||pool-33-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:26:46.110Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0397d47d-c974-45fe-b3f8-a8e7151bbb77 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T04:26:46.132Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0397d47d-c974-45fe-b3f8-a8e7151bbb77 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-07-12T04:26:46.137Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T04:26:46.137Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T04:26:46.137Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T04:27:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:27:09.705Z||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-07-12T04:27:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:27:09.742Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:27:09.744Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:27:09.744Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599909699, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json", "status": "NOTIFIED" } 2022-07-12T04:27:09.746Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:27:09.746Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:27:09.746Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "aai-ml", "timestamp": 1657599912398, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:27:09.747Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:27:09.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:27:09.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599909699, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-07-12T04:27:09.747Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:27:09.747Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:27:09.747Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "aai-ml", "timestamp": 1657599913404, "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-07-12T04:27:09.758Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0397d47d-c974-45fe-b3f8-a8e7151bbb77 2022-07-12T04:27:09.759Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0397d47d-c974-45fe-b3f8-a8e7151bbb77 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-07-12T04:27:09.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:27:09.777Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599909699, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:27:09.777Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:27:09.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:27:09.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599909699, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-07-12T04:27:09.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:27:09.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:27:09.778Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599909699, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:27:09.778Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:27:09.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:27:09.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599909699, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:27:09.779Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:27:09.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:27:09.779Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599917395, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:27:09.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:27:09.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:27:09.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "clamp", "timestamp": 1657599920349, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:27:09.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:27:09.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:27:09.780Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "clamp", "timestamp": 1657599923352, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:27:09.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:27:09.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:27:09.781Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "clamp", "timestamp": 1657599924357, "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-07-12T04:27:09.790Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0397d47d-c974-45fe-b3f8-a8e7151bbb77 2022-07-12T04:27:09.791Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0397d47d-c974-45fe-b3f8-a8e7151bbb77 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-07-12T04:27:09.815Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:27:09.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599924778, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T04:27:09.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:27:09.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:27:09.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599925869, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T04:27:09.816Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:27:09.816Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:27:09.816Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599926957, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-07-12T04:27:09.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:27:09.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:27:09.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599928570, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/vfw0240e2d01c6b0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T04:27:09.817Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:27:09.817Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:27:09.817Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599929575, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-07-12T04:27:09.820Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:27:09.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:27:09.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599930579, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/resourceInstances/vfw0240e2d01c6b0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-07-12T04:27:09.820Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:27:09.820Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:27:09.820Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599931585, "artifactURL": "/sdc/v1/catalog/services/Vfw20220712042243/1.0/artifacts/service-Vfw20220712042243-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:27:09.821Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:27:16.138Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0397d47d-c974-45fe-b3f8-a8e7151bbb77 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T04:27:16.163Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0397d47d-c974-45fe-b3f8-a8e7151bbb77 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-07-12T04:27:16.170Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T04:27:16.171Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-12T04:27:16.171Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-12T04:27:16.171Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-12T04:27:16.171Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:27:16.171Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:27:16.171Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:27:16.172Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:27:16.172Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:27:16.172Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:27:16.172Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||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-07-12T04:27:16.182Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-12T04:27:46.183Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0397d47d-c974-45fe-b3f8-a8e7151bbb77 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-07-12T04:27:46.200Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0397d47d-c974-45fe-b3f8-a8e7151bbb77 and serviceModelVersionId: 92b694cc-18a7-4ca4-8eee-ca39968116db 2022-07-12T04:27:46.201Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6e2b6324-105a-41d4-bbda-b193305a9567 2022-07-12T04:27:46.202Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6e2b6324-105a-41d4-bbda-b193305a9567/model-vers/model-ver/92b694cc-18a7-4ca4-8eee-ca39968116db?depth=0 2022-07-12T04:27:46.208Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-07-12T04:27:46.297Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e2b6324-105a-41d4-bbda-b193305a9567/model-vers/model-ver/92b694cc-18a7-4ca4-8eee-ca39968116db?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-07-12T04:27:46.300Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e2b6324-105a-41d4-bbda-b193305a9567/model-vers/model-ver/92b694cc-18a7-4ca4-8eee-ca39968116db?depth=0|INFO|500||Invoke 2022-07-12T04:27:46.339Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e2b6324-105a-41d4-bbda-b193305a9567/model-vers/model-ver/92b694cc-18a7-4ca4-8eee-ca39968116db?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-12T04:27:46.532Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e2b6324-105a-41d4-bbda-b193305a9567/model-vers/model-ver/92b694cc-18a7-4ca4-8eee-ca39968116db?depth=0|INFO|500||InvokeReturn 2022-07-12T04:27:46.533Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6e2b6324-105a-41d4-bbda-b193305a9567/model-vers/model-ver/92b694cc-18a7-4ca4-8eee-ca39968116db?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220712-04:27:46:349-1360], vertex-id=[254120], Content-Length=[0], Date=[Tue, 12 Jul 2022 04:27:46 GMT], Content-Type=[application/json]} 2022-07-12T04:27:46.534Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-07-12T04:27:46.535Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-12T04:27:46.535Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||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-07-12T04:27:46.549Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||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-07-12T04:27:46.549Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0397d47d-c974-45fe-b3f8-a8e7151bbb77 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-12T04:27:46.549Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-12T04:27:46.550Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:27:46.552Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:27:46.553Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600066549, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T04:27:46.653Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:27:46.654Z||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-07-12T04:27:46.655Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:27:46.692Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:27:46.692Z||pool-34-thread-1|||||INFO|500||cambria reply ok (39 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-07-12T04:27:47.566Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:27:47.567Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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-07-12T04:27:47.567Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:27:57.140Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:28:09.699Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:28:09.700Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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-07-12T04:28:09.700Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:28:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:28:09.705Z||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-07-12T04:28:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:28:09.748Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:28:09.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:28:09.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d234dd6e-f9df-48c7-ad0d-d67c18075ab8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599986464, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T04:28:09.751Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:28:09.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:28:09.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599987502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:28:09.751Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:28:09.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:28:09.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599987502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json", "status": "NOTIFIED" } 2022-07-12T04:28:09.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:28:09.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:28:09.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599987502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-07-12T04:28:09.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:28:09.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:28:09.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599987502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:28:09.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:28:09.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:28:09.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599987502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-07-12T04:28:09.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:28:09.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:28:09.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599987502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:28:09.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:28:09.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:28:09.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599987502, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:28:09.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:28:09.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:28:09.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599995264, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:28:09.754Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:28:09.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:28:09.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599998606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T04:28:09.755Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:28:09.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:28:09.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657599999826, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T04:28:09.755Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:28:09.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:28:09.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600000911, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-07-12T04:28:09.756Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:28:09.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:28:09.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600002087, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/basic_onboard_aaofyo0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T04:28:09.756Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:28:09.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:28:09.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600003092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-07-12T04:28:09.757Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:28:09.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:28:09.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600004099, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/resourceInstances/basic_onboard_aaofyo0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-07-12T04:28:09.757Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:28:09.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:28:09.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600005104, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardAaofyo/1.0/artifacts/service-BasicOnboardAaofyo-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:28:09.757Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:28:19.333Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:29:09.699Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:29:09.700Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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-07-12T04:29:09.700Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:29:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:29:09.705Z||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-07-12T04:29:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:29:10.254Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:29:10.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:29:10.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0397d47d-c974-45fe-b3f8-a8e7151bbb77", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600066549, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T04:29:10.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:29:19.320Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:30:09.699Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:30:09.700Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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-07-12T04:30:09.700Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:30:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:30:09.705Z||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-07-12T04:30:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:30:19.334Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:30:19.335Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:31:09.699Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:31:09.702Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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-07-12T04:31:09.702Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:31:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:31:09.705Z||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-07-12T04:31:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:31:19.285Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:31:19.286Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:32:09.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:32:09.701Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-12T04:32:09.701Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:32:09.706Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:32:09.706Z||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-07-12T04:32:09.707Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:32:19.283Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:32:19.341Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:33:09.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:33:09.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-12T04:33:09.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:33:09.704Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:33:09.705Z||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-07-12T04:33:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:33:19.266Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:33:19.277Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:34:09.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:34:09.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-12T04:34:09.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:34:09.704Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:34:09.705Z||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-07-12T04:34:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:34:19.295Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:34:19.298Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:35:09.699Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:35:09.700Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-12T04:35:09.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:35:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:35:09.704Z||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-07-12T04:35:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:35:19.302Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:35:19.304Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:36:09.699Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:36:09.700Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-12T04:36:09.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:36:09.704Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:36:09.705Z||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-07-12T04:36:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:36:19.306Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:36:19.314Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:37:09.699Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:37:09.700Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-12T04:37:09.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:37:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:37:09.705Z||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-07-12T04:37:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:37:19.302Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:37:19.326Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:38:09.699Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:38:09.700Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-12T04:38:09.700Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:38:09.704Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:38:09.704Z||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-07-12T04:38:09.704Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:38:10.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:38:10.347Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:38:10.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.350Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "clamp", "timestamp": 1657600651539, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:38:10.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:38:10.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "ves-openapi-manager", "timestamp": 1657600649649, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:38:10.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:38:10.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "cds", "timestamp": 1657600653796, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:38:10.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:38:10.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "clamp", "timestamp": 1657600651539, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:38:10.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:38:10.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "ves-openapi-manager", "timestamp": 1657600649649, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-12T04:38:10.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:38:10.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "cds", "timestamp": 1657600653796, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:38:10.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:38:10.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "cds", "timestamp": 1657600658290, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:38:10.354Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:38:10.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "cds", "timestamp": 1657600659305, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-07-12T04:38:10.353Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.357Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"d2df1876-906a-43fa-9e8e-6089942195e4","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d4df1694-92b3-4205-b73a-ed773017f5e0","serviceDescription":"service","serviceInvariantUUID":"04045e68-c659-47b0-9f2f-b87cd7207145","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"1d83f580-5a99-4cec-8c4f-030b62e6c0ae","resourceInvariantUUID":"ca643ae3-3174-414d-b548-56cb4595d95e","resourceCustomizationUUID":"6c7cc067-75ea-48ff-9a7a-53aa7fdfe1c9","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":"MDJhYWEyOWYzOTEwOTJlOTUzYzAzODVmYWMwMWFmMDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8c96340c-5b5c-49f1-991a-fa44c1286d3c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzdjMmMzMzdlOTEzNmRhM2FmMzk5YmRkODcyZTJjYTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dac4ac24-0716-482a-aca3-c899f6ffac54","artifactVersion":"1"}],"workloadContext":"Production"} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T04:38:10.376Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:38:10.378Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T04:38:10.387Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:38:10.387Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600689699, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:38:10.393Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d2df1876-906a-43fa-9e8e-6089942195e4 2022-07-12T04:38:10.394Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2df1876-906a-43fa-9e8e-6089942195e4 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-07-12T04:38:10.408Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.409Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "clamp", "timestamp": 1657600660061, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:38:10.409Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:38:10.409Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "multicloud-k8s-id", "timestamp": 1657600659412, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:38:10.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:38:10.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "policy-id", "timestamp": 1657600660047, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:38:10.410Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:38:10.410Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.410Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "multicloud-k8s-id", "timestamp": 1657600659412, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:38:10.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:38:10.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.411Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "policy-id", "timestamp": 1657600660047, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:38:10.411Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:38:10.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "policy-id", "timestamp": 1657600662904, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:38:10.412Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:38:10.412Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.413Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "clamp", "timestamp": 1657600663104, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:38:10.413Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:38:10.413Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "policy-id", "timestamp": 1657600663912, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:38:10.414Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:38:10.414Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.414Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "clamp", "timestamp": 1657600664110, "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-07-12T04:38:10.429Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d2df1876-906a-43fa-9e8e-6089942195e4 2022-07-12T04:38:10.429Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2df1876-906a-43fa-9e8e-6089942195e4 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-07-12T04:38:10.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "policy-id", "timestamp": 1657600664917, "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-07-12T04:38:10.461Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d2df1876-906a-43fa-9e8e-6089942195e4 2022-07-12T04:38:10.462Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2df1876-906a-43fa-9e8e-6089942195e4 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-07-12T04:38:10.480Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.481Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "aai-ml", "timestamp": 1657600672104, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:38:10.481Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:38:10.482Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.482Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "aai-ml", "timestamp": 1657600672104, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:38:10.483Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:38:10.483Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.483Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600673446, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:38:10.484Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:38:10.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.484Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "aai-ml", "timestamp": 1657600674934, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:38:10.484Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:38:10.484Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600673446, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:38:10.485Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-07-12T04:38:10.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.485Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600676287, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:38:10.485Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:38:10.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600678207, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:38:10.486Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:38:10.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600679211, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } 2022-07-12T04:38:10.487Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:38:10.489Z||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-07-12T04:38:10.490Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T04:38:10.503Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d2df1876-906a-43fa-9e8e-6089942195e4 2022-07-12T04:38:10.503Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2df1876-906a-43fa-9e8e-6089942195e4 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-07-12T04:38:10.513Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:38:10.514Z||pool-35-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:38:10.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "aai-ml", "timestamp": 1657600680581, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:38:10.520Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:38:10.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-07-12T04:38:10.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "aai-ml", "timestamp": 1657600681590, "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-07-12T04:38:10.528Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d2df1876-906a-43fa-9e8e-6089942195e4 2022-07-12T04:38:10.529Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId d2df1876-906a-43fa-9e8e-6089942195e4 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-07-12T04:38:11.390Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:38:11.391Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:38:11.396Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:38:11.396Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600689699, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:38:11.496Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:38:11.497Z||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-07-12T04:38:11.497Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:38:11.527Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:38:11.528Z||pool-36-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:38:12.399Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "d4df1694-92b3-4205-b73a-ed773017f5e0", "serviceDescription": "service", "serviceInvariantUUID": "04045e68-c659-47b0-9f2f-b87cd7207145", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "6c7cc067-75ea-48ff-9a7a-53aa7fdfe1c9", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "1d83f580-5a99-4cec-8c4f-030b62e6c0ae", "resourceInvariantUUID": "ca643ae3-3174-414d-b548-56cb4595d95e", "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": "NzdjMmMzMzdlOTEzNmRhM2FmMzk5YmRkODcyZTJjYTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dac4ac24-0716-482a-aca3-c899f6ffac54" } ], "workloadContext": "Production" } 2022-07-12T04:38:12.399Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-12T04:38:12.399Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d4df1694-92b3-4205-b73a-ed773017f5e0 ASDC 2022-07-12T04:38:12.400Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:d2df1876-906a-43fa-9e8e-6089942195e4 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:d4df1694-92b3-4205-b73a-ed773017f5e0 ServiceInvariantUUID:04045e68-c659-47b0-9f2f-b87cd7207145 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:dac4ac24-0716-482a-aca3-c899f6ffac54 ArtifactChecksum:NzdjMmMzMzdlOTEzNmRhM2FmMzk5YmRkODcyZTJjYTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:6c7cc067-75ea-48ff-9a7a-53aa7fdfe1c9 ResourceInvariantUUID:ca643ae3-3174-414d-b548-56cb4595d95e ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:1d83f580-5a99-4cec-8c4f-030b62e6c0ae ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-07-12T04:38:12.401Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d4df1694-92b3-4205-b73a-ed773017f5e0 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-07-12T04:38:12.487Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T04:38:12.488Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-07-12T04:38:12.489Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-07-12T04:38:12.489Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dac4ac24-0716-482a-aca3-c899f6ffac54 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-12T04:38:12.489Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T04:38:12.490Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-12T04:38:12.748Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T04:38:12.752Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar dac4ac24-0716-482a-aca3-c899f6ffac54 52513 2022-07-12T04:38:12.753Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-07-12T04:38:12.753Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-12T04:38:12.754Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:38:12.755Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:38:12.758Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:38:12.758Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600692753, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:38:12.858Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:38:12.860Z||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-07-12T04:38:12.860Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:38:12.881Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:38:12.881Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:38:13.761Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T04:38:13.762Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-07-12T04:38:13.763Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: dac4ac24-0716-482a-aca3-c899f6ffac54, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T04:38:13.763Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-07-12T04:38:13.764Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T04:38:13.764Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T04:38:14.015Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3530779513750966193/Definitions/service-BasicNetwork-template.yml 2022-07-12T04:38:14.955Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-12T04:38:14.956Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-07-12T04:38:14.956Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T04:38:14.956Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-07-12T04:38:14.957Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T04:38:14.957Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T04:38:14.957Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T04:38:14.957Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T04:38:14.957Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T04:38:14.958Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T04:38:14.958Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T04:38:14.958Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-07-12T04:38:14.958Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-07-12T04:38:14.958Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:38:14.958Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:38:14.959Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-07-12T04:38:14.959Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-07-12T04:38:14.960Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T04:38:14.960Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:38:14.960Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:38:14.960Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-07-12T04:38:14.960Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-07-12T04:38:14.961Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T04:38:14.961Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:38:14.961Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:38:14.961Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:38:14.962Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:38:14.962Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:38:14.963Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:38:14.963Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:38:14.963Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:38:14.963Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:38:14.964Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:38:14.964Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:d4df1694-92b3-4205-b73a-ed773017f5e0 Model Version:NULL Model InvariantUuid:04045e68-c659-47b0-9f2f-b87cd7207145 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:ca643ae3-3174-414d-b548-56cb4595d95e Model UUID:8332a325-4293-4934-979e-fbacffc89954 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:6c7cc067-75ea-48ff-9a7a-53aa7fdfe1c9 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-07-12T04:38:14.993Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||Processing Resource Type: VL, Model UUID: 1d83f580-5a99-4cec-8c4f-030b62e6c0ae 2022-07-12T04:38:14.994Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||No resources found for Service: d4df1694-92b3-4205-b73a-ed773017f5e0 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-07-12T04:38:15.009Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500|| 2022-07-12T04:38:15.009Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-07-12T04:38:15.010Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||No resources found for Service: d4df1694-92b3-4205-b73a-ed773017f5e0 2022-07-12T04:38:15.011Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: d4df1694-92b3-4205-b73a-ed773017f5e0 2022-07-12T04:38:15.011Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-07-12T04:38:15.011Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-12T04:38:15.046Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d928d8f, org.onap.sdc.toscaparser.api.parameters.Input@4b4abbc2, org.onap.sdc.toscaparser.api.parameters.Input@125ecb4c, org.onap.sdc.toscaparser.api.parameters.Input@2a8fdce5, org.onap.sdc.toscaparser.api.parameters.Input@7328d2ce] 2022-07-12T04:38:15.048Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:38:15.049Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:38:15.049Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:38:15.050Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:38:15.050Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid d4df1694-92b3-4205-b73a-ed773017f5e0: Generic NeutronNet 2022-07-12T04:38:15.050Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:38:15.050Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:38:15.051Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:38:15.051Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-07-12T04:38:15.198Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:38:15.199Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:38:15.199Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:38:15.200Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:38:15.200Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:38:15.201Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:38:15.201Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-07-12T04:38:15.352Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-07-12T04:38:15.353Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-07-12T04:38:15.354Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-07-12T04:38:15.354Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:38:15.355Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:38:15.358Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:38:15.358Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600695353, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:38:15.458Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:38:15.460Z||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-07-12T04:38:15.460Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:38:15.503Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:38:15.504Z||pool-38-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:38:16.360Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d2df1876-906a-43fa-9e8e-6089942195e4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T04:38:16.381Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d2df1876-906a-43fa-9e8e-6089942195e4 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-07-12T04:38:16.387Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T04:38:16.387Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-12T04:38:16.388Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-12T04:38:16.388Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-12T04:38:16.388Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:38:16.389Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:38:16.389Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:38:16.389Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:38:16.390Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:38:16.390Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:38:16.390Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-12T04:38:16.399Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-12T04:38:46.400Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d2df1876-906a-43fa-9e8e-6089942195e4 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-07-12T04:38:46.415Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d2df1876-906a-43fa-9e8e-6089942195e4 and serviceModelVersionId: d4df1694-92b3-4205-b73a-ed773017f5e0 2022-07-12T04:38:46.416Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04045e68-c659-47b0-9f2f-b87cd7207145 2022-07-12T04:38:46.419Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04045e68-c659-47b0-9f2f-b87cd7207145/model-vers/model-ver/d4df1694-92b3-4205-b73a-ed773017f5e0?depth=0 2022-07-12T04:38:46.436Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-07-12T04:38:46.559Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04045e68-c659-47b0-9f2f-b87cd7207145/model-vers/model-ver/d4df1694-92b3-4205-b73a-ed773017f5e0?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-07-12T04:38:46.563Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04045e68-c659-47b0-9f2f-b87cd7207145/model-vers/model-ver/d4df1694-92b3-4205-b73a-ed773017f5e0?depth=0|INFO|500||Invoke 2022-07-12T04:38:46.605Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04045e68-c659-47b0-9f2f-b87cd7207145/model-vers/model-ver/d4df1694-92b3-4205-b73a-ed773017f5e0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-12T04:38:46.929Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04045e68-c659-47b0-9f2f-b87cd7207145/model-vers/model-ver/d4df1694-92b3-4205-b73a-ed773017f5e0?depth=0|INFO|500||InvokeReturn 2022-07-12T04:38:46.934Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04045e68-c659-47b0-9f2f-b87cd7207145/model-vers/model-ver/d4df1694-92b3-4205-b73a-ed773017f5e0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220712-04:38:46:615-34002], vertex-id=[208912], Content-Length=[0], Date=[Tue, 12 Jul 2022 04:38:46 GMT], Content-Type=[application/json]} 2022-07-12T04:38:46.935Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity. 2022-07-12T04:38:46.936Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-12T04:38:46.936Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-12T04:38:46.945Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-12T04:38:46.946Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d2df1876-906a-43fa-9e8e-6089942195e4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-12T04:38:46.947Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-12T04:38:46.948Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:38:46.951Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:38:46.951Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600726947, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T04:38:47.051Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:38:47.052Z||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-07-12T04:38:47.052Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:38:47.077Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:38:47.077Z||pool-39-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-07-12T04:39:09.699Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:39:09.700Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-12T04:39:09.701Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:39:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:39:09.705Z||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-07-12T04:39:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:39:09.879Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:39:09.880Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:39:09.880Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600689699, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:39:09.882Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:39:10.342Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:39:10.344Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T04:39:10.344Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"c3c77add-3432-4149-9fa6-8c646f2f24c2","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2c6c7e68-4fc1-4999-876f-c016098fbf78","serviceDescription":"service","serviceInvariantUUID":"3c1a08d9-0646-4d07-b4a2-d94b379690b7","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"20b8a810-8491-4e92-98dd-8152d482769b","resourceInvariantUUID":"99d89383-26dd-4735-b2bf-4b4f9eb0b3d0","resourceCustomizationUUID":"c2f64cf8-347b-4d11-9d6d-b9fe19ea6529","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":"YzU2YjQ3ODM4NTQ4ZWQwZjU1YjQwYzFiMWJhMmI4Mjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"55f33aa3-e28f-4017-8c08-b5970f2e45c9","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":"NDg0NTYyM2U1ODFhYjNhNWRmOThkMTllMWVmMTY3OWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e441f0dd-1609-49b8-a74d-115e348dcb15","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":"ee1ed3fd-8bec-4640-8661-7df3a9d1e3a3","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":"257d6ed9-3a1e-49ee-9c08-633ffc0072a9","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":"cce0fb48-8e02-4ed3-b585-516e01a08b8c","artifactVersion":"2","generatedFromUUID":"ee1ed3fd-8bec-4640-8661-7df3a9d1e3a3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YjIxODU1MTdlYjNmZWE0OWIwZjY1N2U3YmQ4MGI2Njc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"87322de5-d620-41f3-b4ff-ea1c1e8ca985","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MThjODU2ZmYwOTg3MmQ1MDg0MjRjY2U5YWQ0YTg3MDM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"42d3c7df-a7aa-4871-b160-c58719ef1587","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-12T04:39:10.349Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:39:10.350Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:39:10.355Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:39:10.355Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600749699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:39:10.455Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:39:10.457Z||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-07-12T04:39:10.457Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:39:10.478Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:39:10.479Z||pool-40-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:39:11.356Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:39:11.358Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:39:11.361Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:39:11.361Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600749699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-12T04:39:11.461Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:39:11.463Z||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-07-12T04:39:11.463Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:39:11.495Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:39:11.497Z||pool-41-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:39:12.361Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:39:12.363Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:39:12.369Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:39:12.370Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600749699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-12T04:39:12.470Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:39:12.471Z||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-07-12T04:39:12.472Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:39:12.509Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:39:12.510Z||pool-42-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:39:13.371Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:39:13.372Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:39:13.379Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:39:13.379Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600749699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:39:13.475Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-07-12T04:39:13.477Z||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-07-12T04:39:13.477Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:39:13.507Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:39:13.507Z||pool-43-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:39:14.380Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:39:14.381Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:39:14.384Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:39:14.385Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600749699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-12T04:39:14.484Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:39:14.486Z||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-07-12T04:39:14.486Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:39:14.515Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:39:14.516Z||pool-44-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:39:15.385Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:39:15.386Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:39:15.389Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:39:15.389Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600749699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:39:15.490Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-12T04:39:15.492Z||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-07-12T04:39:15.492Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:39:15.522Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:39:15.524Z||pool-45-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:39:16.390Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:39:16.391Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:39:16.394Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:39:16.394Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600749699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:39:16.495Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:39:16.496Z||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-07-12T04:39:16.496Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:39:16.546Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:39:16.547Z||pool-46-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:39:17.396Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "2c6c7e68-4fc1-4999-876f-c016098fbf78", "serviceDescription": "service", "serviceInvariantUUID": "3c1a08d9-0646-4d07-b4a2-d94b379690b7", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c2f64cf8-347b-4d11-9d6d-b9fe19ea6529", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "20b8a810-8491-4e92-98dd-8152d482769b", "resourceInvariantUUID": "99d89383-26dd-4735-b2bf-4b4f9eb0b3d0", "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": "NDg0NTYyM2U1ODFhYjNhNWRmOThkMTllMWVmMTY3OWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e441f0dd-1609-49b8-a74d-115e348dcb15", "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": "ee1ed3fd-8bec-4640-8661-7df3a9d1e3a3", "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": "cce0fb48-8e02-4ed3-b585-516e01a08b8c", "generatedFromUUID": "ee1ed3fd-8bec-4640-8661-7df3a9d1e3a3" }, "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": "cce0fb48-8e02-4ed3-b585-516e01a08b8c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MThjODU2ZmYwOTg3MmQ1MDg0MjRjY2U5YWQ0YTg3MDM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "42d3c7df-a7aa-4871-b160-c58719ef1587" } ], "workloadContext": "Production" } 2022-07-12T04:39:17.397Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-12T04:39:17.398Z|d2df1876-906a-43fa-9e8e-6089942195e4|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2c6c7e68-4fc1-4999-876f-c016098fbf78 ASDC 2022-07-12T04:39:17.400Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:c3c77add-3432-4149-9fa6-8c646f2f24c2 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:2c6c7e68-4fc1-4999-876f-c016098fbf78 ServiceInvariantUUID:3c1a08d9-0646-4d07-b4a2-d94b379690b7 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:42d3c7df-a7aa-4871-b160-c58719ef1587 ArtifactChecksum:MThjODU2ZmYwOTg3MmQ1MDg0MjRjY2U5YWQ0YTg3MDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c2f64cf8-347b-4d11-9d6d-b9fe19ea6529 ResourceInvariantUUID:99d89383-26dd-4735-b2bf-4b4f9eb0b3d0 ResourceName:basic_vm ResourceType:VF ResourceUUID:20b8a810-8491-4e92-98dd-8152d482769b 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:e441f0dd-1609-49b8-a74d-115e348dcb15 ArtifactChecksum:NDg0NTYyM2U1ODFhYjNhNWRmOThkMTllMWVmMTY3OWE= 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:ee1ed3fd-8bec-4640-8661-7df3a9d1e3a3 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:cce0fb48-8e02-4ed3-b585-516e01a08b8c 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:cce0fb48-8e02-4ed3-b585-516e01a08b8c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-12T04:39:17.401Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2c6c7e68-4fc1-4999-876f-c016098fbf78 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-07-12T04:39:17.463Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T04:39:17.465Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-07-12T04:39:17.465Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-07-12T04:39:17.465Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 42d3c7df-a7aa-4871-b160-c58719ef1587 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-12T04:39:17.465Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T04:39:17.466Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-12T04:39:17.699Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T04:39:17.705Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 42d3c7df-a7aa-4871-b160-c58719ef1587 71062 2022-07-12T04:39:17.706Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-07-12T04:39:17.706Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-12T04:39:17.707Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:39:17.707Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:39:17.715Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:39:17.715Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600757706, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:39:17.811Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-07-12T04:39:17.813Z||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-07-12T04:39:17.813Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:39:17.861Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:39:17.862Z||pool-47-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:39:18.716Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T04:39:18.717Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-07-12T04:39:18.718Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 42d3c7df-a7aa-4871-b160-c58719ef1587, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T04:39:18.718Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-07-12T04:39:18.719Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T04:39:18.719Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T04:39:18.912Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15820372929189448876/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-07-12T04:39:21.040Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-12T04:39:21.041Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-07-12T04:39:21.041Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T04:39:21.041Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-07-12T04:39:21.042Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-07-12T04:39:21.042Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-07-12T04:39:21.042Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T04:39:21.042Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T04:39:21.043Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T04:39:21.043Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-07-12T04:39:21.044Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T04:39:21.044Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-07-12T04:39:21.044Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-07-12T04:39:21.044Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-07-12T04:39:21.045Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:21.045Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:39:21.046Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-12T04:39:21.046Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-07-12T04:39:21.047Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T04:39:21.048Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:21.048Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:39:21.048Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-12T04:39:21.049Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-07-12T04:39:21.049Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T04:39:21.049Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:21.050Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:39:21.050Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:21.050Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-07-12T04:39:21.051Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-07-12T04:39:21.051Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-07-12T04:39:21.051Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-07-12T04:39:21.051Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-12T04:39:21.052Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-12T04:39:21.052Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:21.052Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T04:39:21.053Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:21.053Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-12T04:39:21.053Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:39:21.054Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:21.054Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-12T04:39:21.054Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:39:21.055Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:21.055Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-12T04:39:21.055Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:39:21.055Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:21.056Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-07-12T04:39:21.056Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-12T04:39:21.056Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-12T04:39:21.056Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a8bdb215-32b7-4a6b-8df9-0bbb7e24e02e 2022-07-12T04:39:21.057Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:21.057Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:39:21.058Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:21.058Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:39:21.058Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:21.059Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:39:21.059Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:21.059Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:39:21.059Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:2c6c7e68-4fc1-4999-876f-c016098fbf78 Model Version:NULL Model InvariantUuid:3c1a08d9-0646-4d07-b4a2-d94b379690b7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:6cb270a6-8c88-42a8-8b34-a709712f4a42 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:99d89383-26dd-4735-b2bf-4b4f9eb0b3d0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c2f64cf8-347b-4d11-9d6d-b9fe19ea6529 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:df060e56-ed32-4aed-af94-9a6241700445 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:1baeaf65-8975-480c-beea-741b5e03c510 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a8bdb215-32b7-4a6b-8df9-0bbb7e24e02e ModelInvariantUuid:94fb88b2-eaf8-49ae-b4c7-8effd2cbf14a ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:08eb9ca5-30e5-4648-a81d-f65f901077c5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:809d980e-b94b-4032-84a4-13af6d9ffd1d ModelInvariantUuid:7fa040f5-c658-4e74-975b-369a6e05693f ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:c621cbf9-66ca-4d41-83a6-8888f10e09de 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-07-12T04:39:21.083Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 20b8a810-8491-4e92-98dd-8152d482769b 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-07-12T04:39:21.089Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||basic_vm 0 2022-07-12T04:39:21.090Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 20b8a810-8491-4e92-98dd-8152d482769b 2022-07-12T04:39:21.090Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e441f0dd-1609-49b8-a74d-115e348dcb15 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-07-12T04:39:21.091Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T04:39:21.091Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-07-12T04:39:21.186Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T04:39:21.187Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json e441f0dd-1609-49b8-a74d-115e348dcb15 787 2022-07-12T04:39:21.187Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-07-12T04:39:21.187Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-07-12T04:39:21.188Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:39:21.188Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:39:21.191Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:39:21.191Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600761187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T04:39:21.291Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:39:21.294Z||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-07-12T04:39:21.294Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:39:21.332Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:39:21.333Z||pool-48-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:39:22.192Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "df060e56-ed32-4aed-af94-9a6241700445", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1baeaf65-8975-480c-beea-741b5e03c510", "vfModuleModelCustomizationUUID": "7cc58288-3010-4ad9-88e1-f06bb5d528b9", "isBase": true, "artifacts": [ "ee1ed3fd-8bec-4640-8661-7df3a9d1e3a3", "cce0fb48-8e02-4ed3-b585-516e01a08b8c" ], "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-07-12T04:39:22.199Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1baeaf65-8975-480c-beea-741b5e03c510 VfModuleModelInvariantUUID:df060e56-ed32-4aed-af94-9a6241700445 VfModuleModelDescription:NULL Artifacts UUID List:{ ee1ed3fd-8bec-4640-8661-7df3a9d1e3a3 , cce0fb48-8e02-4ed3-b585-516e01a08b8c } 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-07-12T04:39:22.203Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "df060e56-ed32-4aed-af94-9a6241700445", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1baeaf65-8975-480c-beea-741b5e03c510", "vfModuleModelCustomizationUUID": "7cc58288-3010-4ad9-88e1-f06bb5d528b9", "isBase": true, "artifacts": [ "ee1ed3fd-8bec-4640-8661-7df3a9d1e3a3", "cce0fb48-8e02-4ed3-b585-516e01a08b8c" ], "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-07-12T04:39:22.203Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1baeaf65-8975-480c-beea-741b5e03c510 VfModuleModelInvariantUUID:df060e56-ed32-4aed-af94-9a6241700445 VfModuleModelDescription:NULL Artifacts UUID List:{ ee1ed3fd-8bec-4640-8661-7df3a9d1e3a3 , cce0fb48-8e02-4ed3-b585-516e01a08b8c } 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-07-12T04:39:22.204Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ee1ed3fd-8bec-4640-8661-7df3a9d1e3a3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-07-12T04:39:22.204Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T04:39:22.204Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-07-12T04:39:22.423Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T04:39:22.424Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ee1ed3fd-8bec-4640-8661-7df3a9d1e3a3 5033 2022-07-12T04:39:22.424Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-07-12T04:39:22.425Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-07-12T04:39:22.425Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:39:22.425Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:39:22.428Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:39:22.428Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600762424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T04:39:22.528Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:39:22.530Z||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-07-12T04:39:22.531Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:39:22.551Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:39:22.552Z||pool-49-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:39:23.429Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cce0fb48-8e02-4ed3-b585-516e01a08b8c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-07-12T04:39:23.430Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T04:39:23.431Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-07-12T04:39:23.734Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T04:39:23.735Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env cce0fb48-8e02-4ed3-b585-516e01a08b8c 903 2022-07-12T04:39:23.736Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-07-12T04:39:23.736Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-07-12T04:39:23.736Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:39:23.737Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:39:23.739Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:39:23.740Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600763736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-12T04:39:23.840Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:39:23.841Z||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-07-12T04:39:23.842Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:39:23.864Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:39:23.865Z||pool-50-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:39:24.740Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2c6c7e68-4fc1-4999-876f-c016098fbf78 2022-07-12T04:39:24.742Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 20b8a810-8491-4e92-98dd-8152d482769b 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-07-12T04:39:24.779Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45b06a8c, org.onap.sdc.toscaparser.api.parameters.Input@64a9e27f, org.onap.sdc.toscaparser.api.parameters.Input@49171ce6, org.onap.sdc.toscaparser.api.parameters.Input@3b6d93db, org.onap.sdc.toscaparser.api.parameters.Input@7dcf6a30] 2022-07-12T04:39:24.781Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:24.781Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:39:24.782Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-07-12T04:39:24.782Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c2f64cf8-347b-4d11-9d6d-b9fe19ea6529 2022-07-12T04:39:24.783Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c2f64cf8-347b-4d11-9d6d-b9fe19ea6529 matches Tosca VF Customization UUID: c2f64cf8-347b-4d11-9d6d-b9fe19ea6529 2022-07-12T04:39:24.783Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c2f64cf8-347b-4d11-9d6d-b9fe19ea6529 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-07-12T04:39:24.791Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:24.791Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:39:24.793Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c2f64cf8-347b-4d11-9d6d-b9fe19ea6529: {\"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-07-12T04:39:24.793Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70fbbf86 2022-07-12T04:39:24.794Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:24.794Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T04:39:24.795Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7cc58288-3010-4ad9-88e1-f06bb5d528b9 2022-07-12T04:39:24.795Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7cc58288-3010-4ad9-88e1-f06bb5d528b9 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-07-12T04:39:24.803Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:24.804Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-12T04:39:24.805Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:39:24.805Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:24.806Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-12T04:39:24.806Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:39:24.807Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:24.807Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-07-12T04:39:24.808Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-12T04:39:24.809Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-12T04:39:24.809Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a8bdb215-32b7-4a6b-8df9-0bbb7e24e02e 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-07-12T04:39:24.815Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:24.816Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-12T04:39:24.816Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:39:24.816Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:24.816Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-07-12T04:39:24.817Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c2f64cf8-347b-4d11-9d6d-b9fe19ea6529 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-07-12T04:39:24.821Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:24.822Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:39:24.822Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2c6c7e68-4fc1-4999-876f-c016098fbf78: basic_vm 2022-07-12T04:39:24.823Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:24.823Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:39:24.824Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:24.824Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:39:24.825Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:24.825Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:39:24.825Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:24.826Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:39:24.826Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:39:24.827Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:39:24.827Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-07-12T04:39:25.018Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 20b8a810-8491-4e92-98dd-8152d482769b 1 ASDC deployResourceStructure 2022-07-12T04:39:25.019Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-07-12T04:39:25.019Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-07-12T04:39:25.019Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:39:25.020Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:39:25.022Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:39:25.022Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600765019, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T04:39:25.123Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:39:25.124Z||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-07-12T04:39:25.125Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:39:25.151Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:39:25.152Z||pool-51-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:39:26.023Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-07-12T04:39:26.024Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-07-12T04:39:26.024Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:39:26.025Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:39:26.029Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:39:26.030Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600766023, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-12T04:39:26.129Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-07-12T04:39:26.131Z||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-07-12T04:39:26.131Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:39:26.149Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:39:26.150Z||pool-52-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:39:27.033Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-07-12T04:39:27.034Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||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-07-12T04:39:27.034Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:39:27.035Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:39:27.038Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:39:27.038Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600767033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-12T04:39:27.138Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:39:27.140Z||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-07-12T04:39:27.140Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:39:27.163Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:39:27.164Z||pool-53-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:39:28.040Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-07-12T04:39:28.041Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-07-12T04:39:28.041Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:39:28.041Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:39:28.044Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:39:28.044Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600768040, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:39:28.145Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-12T04:39:28.147Z||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-07-12T04:39:28.147Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:39:28.166Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:39:28.167Z||pool-54-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:39:29.045Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3c77add-3432-4149-9fa6-8c646f2f24c2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T04:39:29.064Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3c77add-3432-4149-9fa6-8c646f2f24c2 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-07-12T04:39:29.067Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T04:39:29.067Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T04:39:29.067Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T04:39:59.068Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3c77add-3432-4149-9fa6-8c646f2f24c2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T04:39:59.104Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3c77add-3432-4149-9fa6-8c646f2f24c2 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-07-12T04:39:59.107Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T04:39:59.108Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T04:39:59.108Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T04:40:09.705Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:40:09.707Z||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-07-12T04:40:09.707Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:40:09.752Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:40:09.754Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.754Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600689699, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:40:09.756Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.756Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600692753, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:40:09.756Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:40:09.756Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600695353, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:40:09.757Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:40:09.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.757Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d2df1876-906a-43fa-9e8e-6089942195e4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600726947, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T04:40:09.757Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:40:09.757Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "clamp", "timestamp": 1657600741539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:40:09.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.758Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "multicloud-k8s-id", "timestamp": 1657600739412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:40:09.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "policy-id", "timestamp": 1657600740047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:40:09.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "cds", "timestamp": 1657600743796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:40:09.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "multicloud-k8s-id", "timestamp": 1657600739412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-12T04:40:09.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "clamp", "timestamp": 1657600741539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-12T04:40:09.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "policy-id", "timestamp": 1657600740047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:40:09.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "cds", "timestamp": 1657600743796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:40:09.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "clamp", "timestamp": 1657600741539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:40:09.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "multicloud-k8s-id", "timestamp": 1657600739412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-12T04:40:09.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "policy-id", "timestamp": 1657600740047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-12T04:40:09.762Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "cds", "timestamp": 1657600743796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:40:09.762Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "clamp", "timestamp": 1657600741539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:40:09.763Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "policy-id", "timestamp": 1657600740047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:40:09.763Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "multicloud-k8s-id", "timestamp": 1657600739412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:40:09.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "cds", "timestamp": 1657600743796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:40:09.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "clamp", "timestamp": 1657600741539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:40:09.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "multicloud-k8s-id", "timestamp": 1657600739412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-12T04:40:09.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "policy-id", "timestamp": 1657600740047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:40:09.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "cds", "timestamp": 1657600743796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:40:09.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "clamp", "timestamp": 1657600741539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:40:09.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "multicloud-k8s-id", "timestamp": 1657600739412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:40:09.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "policy-id", "timestamp": 1657600740047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:40:09.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "cds", "timestamp": 1657600743796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:40:09.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "clamp", "timestamp": 1657600741539, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:40:09.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "multicloud-k8s-id", "timestamp": 1657600739412, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:40:09.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "policy-id", "timestamp": 1657600740047, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:40:09.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:09.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:40:09.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "ves-openapi-manager", "timestamp": 1657600749649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:40:09.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:40:29.109Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3c77add-3432-4149-9fa6-8c646f2f24c2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T04:40:29.124Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3c77add-3432-4149-9fa6-8c646f2f24c2 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-07-12T04:40:29.127Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T04:40:29.127Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T04:40:29.127Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T04:40:59.127Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3c77add-3432-4149-9fa6-8c646f2f24c2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T04:40:59.141Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3c77add-3432-4149-9fa6-8c646f2f24c2 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-07-12T04:40:59.147Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T04:40:59.147Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T04:40:59.147Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T04:41:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:41:09.705Z||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-07-12T04:41:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:41:09.777Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:41:09.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:41:09.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "cds", "timestamp": 1657600743796, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:41:09.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:41:29.149Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3c77add-3432-4149-9fa6-8c646f2f24c2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T04:41:29.169Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3c77add-3432-4149-9fa6-8c646f2f24c2 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-07-12T04:41:29.172Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T04:41:29.172Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T04:41:29.173Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T04:41:59.173Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3c77add-3432-4149-9fa6-8c646f2f24c2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T04:41:59.193Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3c77add-3432-4149-9fa6-8c646f2f24c2 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-07-12T04:41:59.196Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T04:41:59.196Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T04:41:59.196Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T04:42:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:42:09.705Z||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-07-12T04:42:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:42:09.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:42:09.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:09.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600749699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:09.838Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:09.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:09.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "ves-openapi-manager", "timestamp": 1657600749649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:09.839Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:09.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:09.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "multicloud-k8s-id", "timestamp": 1657600751053, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T04:42:09.840Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:09.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:09.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "policy-id", "timestamp": 1657600751457, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:42:09.840Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:09.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:09.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600749699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-07-12T04:42:09.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:09.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:09.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "cds", "timestamp": 1657600751835, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:42:09.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:09.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:09.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "ves-openapi-manager", "timestamp": 1657600749649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:09.843Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:09.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:09.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "policy-id", "timestamp": 1657600752463, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:42:09.844Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:09.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:09.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "multicloud-k8s-id", "timestamp": 1657600752318, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T04:42:09.845Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:09.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:09.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600749699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-12T04:42:09.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:09.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:09.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "cds", "timestamp": 1657600752847, "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-07-12T04:42:09.894Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c3c77add-3432-4149-9fa6-8c646f2f24c2 2022-07-12T04:42:09.895Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3c77add-3432-4149-9fa6-8c646f2f24c2 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-07-12T04:42:09.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:09.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "ves-openapi-manager", "timestamp": 1657600749649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:09.964Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:09.964Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:09.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "policy-id", "timestamp": 1657600753466, "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-07-12T04:42:09.988Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3c77add-3432-4149-9fa6-8c646f2f24c2 2022-07-12T04:42:09.989Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3c77add-3432-4149-9fa6-8c646f2f24c2 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-07-12T04:42:10.070Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.071Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600749699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.071Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.072Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.072Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "multicloud-k8s-id", "timestamp": 1657600753551, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-12T04:42:10.073Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "ves-openapi-manager", "timestamp": 1657600749649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600749699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-12T04:42:10.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "ves-openapi-manager", "timestamp": 1657600749649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "multicloud-k8s-id", "timestamp": 1657600754610, "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-07-12T04:42:10.123Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c3c77add-3432-4149-9fa6-8c646f2f24c2 2022-07-12T04:42:10.124Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3c77add-3432-4149-9fa6-8c646f2f24c2 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-07-12T04:42:10.169Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.170Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600749699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.170Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.171Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "ves-openapi-manager", "timestamp": 1657600749649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.171Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.171Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "multicloud-k8s-id", "timestamp": 1657600755620, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T04:42:10.172Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.172Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.172Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600749699, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:42:10.173Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600757706, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:42:10.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600761187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T04:42:10.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "aai-ml", "timestamp": 1657600762104, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600762424, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T04:42:10.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.177Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.177Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "aai-ml", "timestamp": 1657600762104, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.177Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "clamp", "timestamp": 1657600763192, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:42:10.178Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "aai-ml", "timestamp": 1657600762104, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600763736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-12T04:42:10.179Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600763446, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "aai-ml", "timestamp": 1657600762104, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.180Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "clamp", "timestamp": 1657600765208, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:42:10.181Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.181Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.181Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600763446, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.181Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.185Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.185Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600765019, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T04:42:10.185Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.186Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.186Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "aai-ml", "timestamp": 1657600762104, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.186Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.187Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.187Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "clamp", "timestamp": 1657600766214, "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-07-12T04:42:10.196Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c3c77add-3432-4149-9fa6-8c646f2f24c2 2022-07-12T04:42:10.197Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3c77add-3432-4149-9fa6-8c646f2f24c2 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-07-12T04:42:10.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600763446, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600766023, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-12T04:42:10.265Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "aai-ml", "timestamp": 1657600762104, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600763446, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600767033, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-12T04:42:10.267Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "aai-ml", "timestamp": 1657600762104, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:42:10.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600763446, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600768040, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:42:10.271Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "aai-ml", "timestamp": 1657600769950, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:42:10.271Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600763446, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.272Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600763446, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:42:10.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "ves-openapi-manager", "timestamp": 1657600769649, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.273Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "ves-openapi-manager", "timestamp": 1657600769649, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600771386, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:42:10.286Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.287Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "clamp", "timestamp": 1657600771539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.287Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.287Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "ves-openapi-manager", "timestamp": 1657600769649, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.288Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.288Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "clamp", "timestamp": 1657600771539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.289Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.289Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "ves-openapi-manager", "timestamp": 1657600769649, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.290Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.290Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.290Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "clamp", "timestamp": 1657600771539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.291Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600774142, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:42:10.291Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.291Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.291Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "ves-openapi-manager", "timestamp": 1657600769649, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "cds", "timestamp": 1657600773796, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.292Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.292Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.292Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "clamp", "timestamp": 1657600771539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.293Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.293Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.293Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600775146, "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-07-12T04:42:10.312Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c3c77add-3432-4149-9fa6-8c646f2f24c2 2022-07-12T04:42:10.313Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3c77add-3432-4149-9fa6-8c646f2f24c2 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-07-12T04:42:10.347Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.348Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "ves-openapi-manager", "timestamp": 1657600769649, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-07-12T04:42:10.348Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "cds", "timestamp": 1657600773796, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.349Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.349Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.349Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "clamp", "timestamp": 1657600771539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.350Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.352Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "ves-openapi-manager", "timestamp": 1657600769649, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.352Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.352Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "cds", "timestamp": 1657600773796, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.353Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "clamp", "timestamp": 1657600771539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "ves-openapi-manager", "timestamp": 1657600769649, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.354Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "cds", "timestamp": 1657600773796, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "clamp", "timestamp": 1657600771539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "cds", "timestamp": 1657600773796, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "ves-openapi-manager", "timestamp": 1657600779308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T04:42:10.357Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "clamp", "timestamp": 1657600771539, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:42:10.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.359Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "aai-ml", "timestamp": 1657600780011, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:42:10.360Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "cds", "timestamp": 1657600773796, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.360Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.360Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.360Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "aai-ml", "timestamp": 1657600781016, "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-07-12T04:42:10.373Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c3c77add-3432-4149-9fa6-8c646f2f24c2 2022-07-12T04:42:10.374Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c3c77add-3432-4149-9fa6-8c646f2f24c2 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-07-12T04:42:10.408Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.409Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "multicloud-k8s-id", "timestamp": 1657600779412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.410Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.410Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "cds", "timestamp": 1657600773796, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.410Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.411Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "ves-openapi-manager", "timestamp": 1657600780934, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-07-12T04:42:10.411Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.411Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "policy-id", "timestamp": 1657600780047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.412Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.412Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "multicloud-k8s-id", "timestamp": 1657600779412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.412Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.413Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "cds", "timestamp": 1657600773796, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:42:10.413Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.413Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.420Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "ves-openapi-manager", "timestamp": 1657600781947, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-12T04:42:10.475Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of d0be0946-916c-4d68-80d9-02802fe4e261 2022-07-12T04:42:10.476Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0be0946-916c-4d68-80d9-02802fe4e261 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-07-12T04:42:10.519Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.519Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "policy-id", "timestamp": 1657600780047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.520Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.520Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.520Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "multicloud-k8s-id", "timestamp": 1657600779412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.521Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.521Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.521Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "policy-id", "timestamp": 1657600780047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.523Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.523Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "cds", "timestamp": 1657600782814, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:42:10.524Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.524Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.524Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "clamp", "timestamp": 1657600783214, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:42:10.525Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.525Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.525Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "multicloud-k8s-id", "timestamp": 1657600779412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.526Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.526Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "policy-id", "timestamp": 1657600780047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.528Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.528Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "cds", "timestamp": 1657600783821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-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-07-12T04:42:10.547Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d0be0946-916c-4d68-80d9-02802fe4e261 2022-07-12T04:42:10.550Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0be0946-916c-4d68-80d9-02802fe4e261 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-07-12T04:42:10.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "multicloud-k8s-id", "timestamp": 1657600779412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "policy-id", "timestamp": 1657600780047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.587Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.587Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "clamp", "timestamp": 1657600785222, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:42:10.587Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.588Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "multicloud-k8s-id", "timestamp": 1657600779412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.588Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.588Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.589Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "policy-id", "timestamp": 1657600780047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.589Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.589Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.590Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "clamp", "timestamp": 1657600786227, "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-07-12T04:42:10.602Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d0be0946-916c-4d68-80d9-02802fe4e261 2022-07-12T04:42:10.603Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0be0946-916c-4d68-80d9-02802fe4e261 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-07-12T04:42:10.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "multicloud-k8s-id", "timestamp": 1657600779412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.628Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.629Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "policy-id", "timestamp": 1657600780047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "multicloud-k8s-id", "timestamp": 1657600779412, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:42:10.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "policy-id", "timestamp": 1657600780047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:42:10.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "policy-id", "timestamp": 1657600788865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:42:10.634Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "cds", "timestamp": 1657600788796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "policy-id", "timestamp": 1657600789870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:42:10.636Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "ves-openapi-manager", "timestamp": 1657600789649, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "cds", "timestamp": 1657600788796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "policy-id", "timestamp": 1657600790879, "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-07-12T04:42:10.654Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d0be0946-916c-4d68-80d9-02802fe4e261 2022-07-12T04:42:10.655Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0be0946-916c-4d68-80d9-02802fe4e261 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-07-12T04:42:10.673Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.674Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "ves-openapi-manager", "timestamp": 1657600789649, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.674Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.675Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "cds", "timestamp": 1657600788796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.675Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.675Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "ves-openapi-manager", "timestamp": 1657600789649, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.676Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.676Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.676Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "aai-ml", "timestamp": 1657600792104, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.677Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.677Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "cds", "timestamp": 1657600788796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.678Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "ves-openapi-manager", "timestamp": 1657600789649, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.678Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.678Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.679Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "aai-ml", "timestamp": 1657600792104, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.679Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.679Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "cds", "timestamp": 1657600788796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "ves-openapi-manager", "timestamp": 1657600789649, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.680Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "aai-ml", "timestamp": 1657600792104, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.680Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.680Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600793446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.681Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.681Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "cds", "timestamp": 1657600788796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.681Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "ves-openapi-manager", "timestamp": 1657600789649, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.682Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.682Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.682Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "aai-ml", "timestamp": 1657600792104, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.682Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.683Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.683Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600793446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.690Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.690Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "cds", "timestamp": 1657600788796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.691Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "ves-openapi-manager", "timestamp": 1657600789649, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "aai-ml", "timestamp": 1657600792104, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.692Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.692Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.692Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600793446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "cds", "timestamp": 1657600788796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "ves-openapi-manager", "timestamp": 1657600789649, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "aai-ml", "timestamp": 1657600792104, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600793446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "cds", "timestamp": 1657600788796, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:42:10.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "ves-openapi-manager", "timestamp": 1657600789649, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "aai-ml", "timestamp": 1657600792104, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600793446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "cds", "timestamp": 1657600798786, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:42:10.697Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "aai-ml", "timestamp": 1657600792104, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:42:10.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600793446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "cds", "timestamp": 1657600799792, "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-07-12T04:42:10.735Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 61189ba9-56ad-4720-bb42-4d7482426384 2022-07-12T04:42:10.735Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61189ba9-56ad-4720-bb42-4d7482426384 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-07-12T04:42:10.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600793446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.750Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "aai-ml", "timestamp": 1657600801099, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:42:10.750Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.750Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.751Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "multicloud-k8s-id", "timestamp": 1657600799414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.751Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.751Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.752Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "policy-id", "timestamp": 1657600800047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.752Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.752Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600793446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:42:10.753Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.753Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.753Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "multicloud-k8s-id", "timestamp": 1657600799414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-07-12T04:42:10.758Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.758Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "policy-id", "timestamp": 1657600800047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.759Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "clamp", "timestamp": 1657600801539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.760Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.760Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.760Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600802291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:42:10.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "multicloud-k8s-id", "timestamp": 1657600799414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-07-12T04:42:10.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "policy-id", "timestamp": 1657600800047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "clamp", "timestamp": 1657600801539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "multicloud-k8s-id", "timestamp": 1657600799414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-12T04:42:10.767Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "policy-id", "timestamp": 1657600800047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "clamp", "timestamp": 1657600801539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "multicloud-k8s-id", "timestamp": 1657600799414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-12T04:42:10.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600804372, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:42:10.774Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "policy-id", "timestamp": 1657600800047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-12T04:42:10.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "clamp", "timestamp": 1657600801539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-12T04:42:10.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "multicloud-k8s-id", "timestamp": 1657600799414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600805378, "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-07-12T04:42:10.785Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d0be0946-916c-4d68-80d9-02802fe4e261 2022-07-12T04:42:10.785Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0be0946-916c-4d68-80d9-02802fe4e261 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-07-12T04:42:10.804Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.805Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "policy-id", "timestamp": 1657600800047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.805Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.806Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.806Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "clamp", "timestamp": 1657600801539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.806Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.807Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.807Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "multicloud-k8s-id", "timestamp": 1657600799414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-07-12T04:42:10.808Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.808Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600793446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "aai-ml", "timestamp": 1657600807327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:42:10.813Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.813Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "policy-id", "timestamp": 1657600800047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.813Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.813Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "clamp", "timestamp": 1657600801539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.814Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.814Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.814Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "multicloud-k8s-id", "timestamp": 1657600799414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.815Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600793446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "aai-ml", "timestamp": 1657600808331, "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-07-12T04:42:10.826Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d0be0946-916c-4d68-80d9-02802fe4e261 2022-07-12T04:42:10.827Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d0be0946-916c-4d68-80d9-02802fe4e261 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-07-12T04:42:10.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.844Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "policy-id", "timestamp": 1657600800047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.845Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.845Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "clamp", "timestamp": 1657600801539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "multicloud-k8s-id", "timestamp": 1657600799414, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:42:10.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600793446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.849Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "aai-ml", "timestamp": 1657600792104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.849Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.850Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "policy-id", "timestamp": 1657600800047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:42:10.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.851Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "clamp", "timestamp": 1657600801539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.851Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.852Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600793446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.852Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "aai-ml", "timestamp": 1657600792104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:42:10.854Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-07-12T04:42:10.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "multicloud-k8s-id", "timestamp": 1657600809325, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T04:42:10.854Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:10.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-07-12T04:42:10.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "policy-id", "timestamp": 1657600809877, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:42:10.856Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:42:29.198Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c3c77add-3432-4149-9fa6-8c646f2f24c2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T04:42:29.219Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c3c77add-3432-4149-9fa6-8c646f2f24c2 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-07-12T04:42:29.245Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T04:42:29.245Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-12T04:42:29.246Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-12T04:42:29.246Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-12T04:42:29.246Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:42:29.246Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:42:29.246Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:42:29.246Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:42:29.247Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:42:29.247Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:42:29.247Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-12T04:42:29.268Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-12T04:42:59.269Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c3c77add-3432-4149-9fa6-8c646f2f24c2 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-07-12T04:42:59.299Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c3c77add-3432-4149-9fa6-8c646f2f24c2 and serviceModelVersionId: 2c6c7e68-4fc1-4999-876f-c016098fbf78 2022-07-12T04:42:59.300Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3c1a08d9-0646-4d07-b4a2-d94b379690b7 2022-07-12T04:42:59.302Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3c1a08d9-0646-4d07-b4a2-d94b379690b7/model-vers/model-ver/2c6c7e68-4fc1-4999-876f-c016098fbf78?depth=0 2022-07-12T04:42:59.311Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-07-12T04:42:59.395Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c1a08d9-0646-4d07-b4a2-d94b379690b7/model-vers/model-ver/2c6c7e68-4fc1-4999-876f-c016098fbf78?depth=0|INFO|500||Invoke 2022-07-12T04:42:59.396Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c1a08d9-0646-4d07-b4a2-d94b379690b7/model-vers/model-ver/2c6c7e68-4fc1-4999-876f-c016098fbf78?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c1a08d9-0646-4d07-b4a2-d94b379690b7/model-vers/model-ver/2c6c7e68-4fc1-4999-876f-c016098fbf78?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c3c77add-3432-4149-9fa6-8c646f2f24c2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[52a4b7ac-7a54-47b7-a921-43e1147ad4b3], X-ECOMP-RequestID=[c3c77add-3432-4149-9fa6-8c646f2f24c2], X-TransactionId=[], X-ONAP-RequestID=[c3c77add-3432-4149-9fa6-8c646f2f24c2], Content-Type=[application/merge-patch+json]} 2022-07-12T04:42:59.445Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c1a08d9-0646-4d07-b4a2-d94b379690b7/model-vers/model-ver/2c6c7e68-4fc1-4999-876f-c016098fbf78?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-12T04:42:59.846Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c1a08d9-0646-4d07-b4a2-d94b379690b7/model-vers/model-ver/2c6c7e68-4fc1-4999-876f-c016098fbf78?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/3c1a08d9-0646-4d07-b4a2-d94b379690b7/model-vers/model-ver/2c6c7e68-4fc1-4999-876f-c016098fbf78?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220712-04:42:59:458-3170], vertex-id=[196752], Content-Length=[0], Date=[Tue, 12 Jul 2022 04:42:59 GMT], Content-Type=[application/json]} 2022-07-12T04:42:59.847Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c1a08d9-0646-4d07-b4a2-d94b379690b7/model-vers/model-ver/2c6c7e68-4fc1-4999-876f-c016098fbf78?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-12T04:42:59.847Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3c1a08d9-0646-4d07-b4a2-d94b379690b7/model-vers/model-ver/2c6c7e68-4fc1-4999-876f-c016098fbf78?depth=0|INFO|500||InvokeReturn 2022-07-12T04:42:59.848Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-12T04:42:59.848Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-12T04:42:59.864Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-12T04:42:59.864Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c3c77add-3432-4149-9fa6-8c646f2f24c2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-12T04:42:59.865Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-12T04:42:59.865Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:42:59.881Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:42:59.881Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600979864, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T04:42:59.968Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2022-07-12T04:42:59.971Z||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-07-12T04:42:59.971Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:00.040Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:00.042Z||pool-55-thread-1|||||INFO|500||cambria reply ok (73 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-07-12T04:43:00.899Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:43:00.900Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-12T04:43:00.900Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:05.531Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:05.533Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T04:43:05.533Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"d0be0946-916c-4d68-80d9-02802fe4e261","serviceName":"Demo_pNF_CXd5BwHefCKYvKSDXq6Z","serviceVersion":"1.0","serviceUUID":"77d372a1-b3b3-4379-b1ac-1ae857226299","serviceDescription":"catalog service description","serviceInvariantUUID":"07cc2f20-d207-485c-aa46-893ddd461bcb","resources":[{"resourceInstanceName":"pNF 8ef69d35-de3d 0","resourceName":"pNF 8ef69d35-de3d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4414875e-7951-4c46-93c9-8458c863ecb4","resourceInvariantUUID":"2d940274-3dc9-4404-93af-5f3e0014397b","resourceCustomizationUUID":"b15926dd-d583-497f-96f4-64140e8e345f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/vf-license-model.xml","artifactChecksum":"OGIyY2RkZjBhYjRhOThjNTkxYmYwYTkwMGVlNWQxYWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a26d63f-ecc5-4f05-882b-690c4c5035f5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/pNF.csar","artifactChecksum":"YWVkZWQ4ODU2YTU5MjZhZjJkYWZmZGVhZTYwMDJlODM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9341b267-9653-482f-93f3-a5ff71d3e5e3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2becbeb-a9fd-4bea-b4c0-0146e5155b83","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/vendor-license-model.xml","artifactChecksum":"NjQ3YjE2OWFkNTliZGFjMzY2ZjJkMmYxZWZmY2NhMjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1ddf29dd-bc26-4337-b55e-c5c38fac76f0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f64822ec-2d94-411f-aa8f-8a6e8f44387e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"02ca4d3e-fc8c-4db3-9546-e28e1b1232b3","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCxd5bwhefckyvksdxq6z-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-template.yml","artifactChecksum":"NGQyYjkzMDUxOGRhOWExMDU4ZGQwMGM3NzdiMzRlYmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"15c83111-1c2e-40f2-8a2e-34234cde7cd0","artifactVersion":"1"},{"artifactName":"service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar","artifactChecksum":"NTJjMDk4MDM5NjM2ZjBmNjg2NzA3ZjIzZjA3ZTRjNTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5bfeaa9-ee0e-4d68-8b64-e024213947e1","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-12T04:43:05.536Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:43:05.536Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:43:05.539Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:43:05.539Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:43:05.639Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:43:05.641Z||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-07-12T04:43:05.641Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:05.666Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:05.667Z||pool-56-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:43:06.540Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:43:06.541Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:43:06.545Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:43:06.546Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T04:43:06.646Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:43:06.647Z||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-07-12T04:43:06.647Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:06.684Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:06.684Z||pool-57-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:43:07.546Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:43:07.547Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:43:07.552Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:43:07.552Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T04:43:07.652Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:43:07.654Z||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-07-12T04:43:07.654Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:07.687Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:07.688Z||pool-58-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":2,"count":1} 2022-07-12T04:43:08.553Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:43:08.555Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:43:08.557Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:43:08.558Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:43:08.658Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:43:08.659Z||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-07-12T04:43:08.659Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:08.690Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:08.691Z||pool-59-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:43:09.560Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:43:09.561Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:43:09.564Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:43:09.565Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:43:09.664Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:43:09.666Z||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-07-12T04:43:09.666Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:09.700Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:09.701Z||pool-60-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:43:09.704Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:43:09.705Z||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-07-12T04:43:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:09.753Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:09.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "clamp", "timestamp": 1657600801539, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:43:09.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:43:09.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600793446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:43:09.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:43:09.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "aai-ml", "timestamp": 1657600792104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T04:43:09.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:43:09.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "policy-id", "timestamp": 1657600810882, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:43:09.757Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:43:09.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "multicloud-k8s-id", "timestamp": 1657600810536, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T04:43:09.757Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:43:09.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600793446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:43:09.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:43:09.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "aai-ml", "timestamp": 1657600792104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:43:09.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:43:09.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "policy-id", "timestamp": 1657600811886, "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-07-12T04:43:09.773Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61189ba9-56ad-4720-bb42-4d7482426384 2022-07-12T04:43:09.774Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61189ba9-56ad-4720-bb42-4d7482426384 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-07-12T04:43:09.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "multicloud-k8s-id", "timestamp": 1657600811741, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-07-12T04:43:09.797Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:43:09.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600793446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:43:09.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:43:09.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "aai-ml", "timestamp": 1657600792104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:43:09.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:43:09.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "multicloud-k8s-id", "timestamp": 1657600812867, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-07-12T04:43:09.798Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:43:09.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600793446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:43:09.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:43:09.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "aai-ml", "timestamp": 1657600792104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:43:09.798Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:43:09.798Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.798Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "multicloud-k8s-id", "timestamp": 1657600813938, "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-07-12T04:43:09.805Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 61189ba9-56ad-4720-bb42-4d7482426384 2022-07-12T04:43:09.806Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61189ba9-56ad-4720-bb42-4d7482426384 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-07-12T04:43:09.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600793446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:43:09.822Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:43:09.822Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "aai-ml", "timestamp": 1657600792104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:43:09.823Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:43:09.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "multicloud-k8s-id", "timestamp": 1657600814944, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T04:43:09.823Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:43:09.823Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.823Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600815528, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:43:09.824Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:43:09.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "aai-ml", "timestamp": 1657600792104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:43:09.824Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:43:09.824Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.824Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "aai-ml", "timestamp": 1657600792104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:43:09.825Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:43:09.825Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.825Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "aai-ml", "timestamp": 1657600818577, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:43:09.825Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:43:09.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600818349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:43:09.826Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:43:09.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657600819358, "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-07-12T04:43:09.840Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 61189ba9-56ad-4720-bb42-4d7482426384 2022-07-12T04:43:09.840Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61189ba9-56ad-4720-bb42-4d7482426384 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-07-12T04:43:09.879Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.879Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "clamp", "timestamp": 1657600824237, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:43:09.879Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:43:09.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "clamp", "timestamp": 1657600826244, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:43:09.880Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:43:09.880Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.880Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "clamp", "timestamp": 1657600827248, "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-07-12T04:43:09.888Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 61189ba9-56ad-4720-bb42-4d7482426384 2022-07-12T04:43:09.889Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61189ba9-56ad-4720-bb42-4d7482426384 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-07-12T04:43:09.909Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "aai-ml", "timestamp": 1657600828607, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:43:09.910Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:43:09.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:43:09.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "aai-ml", "timestamp": 1657600829613, "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-07-12T04:43:09.924Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 61189ba9-56ad-4720-bb42-4d7482426384 2022-07-12T04:43:09.925Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 61189ba9-56ad-4720-bb42-4d7482426384 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-07-12T04:43:10.566Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:43:10.567Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:43:10.569Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:43:10.570Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:43:10.670Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:43:10.671Z||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-07-12T04:43:10.671Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:10.694Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:10.695Z||pool-61-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:43:11.570Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:43:11.571Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:43:11.577Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:43:11.577Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:43:11.678Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:43:11.679Z||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-07-12T04:43:11.679Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:11.709Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:11.710Z||pool-62-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:43:12.578Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:43:12.579Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:43:12.581Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:43:12.581Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:43:12.682Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:43:12.683Z||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-07-12T04:43:12.683Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:12.704Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:12.705Z||pool-63-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:43:13.583Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "serviceName": "Demo_pNF_CXd5BwHefCKYvKSDXq6Z", "serviceVersion": "1.0", "serviceUUID": "77d372a1-b3b3-4379-b1ac-1ae857226299", "serviceDescription": "catalog service description", "serviceInvariantUUID": "07cc2f20-d207-485c-aa46-893ddd461bcb", "resources": [ { "resourceInstanceName": "pNF 8ef69d35-de3d 0", "resourceCustomizationUUID": "b15926dd-d583-497f-96f4-64140e8e345f", "resourceName": "pNF 8ef69d35-de3d", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4414875e-7951-4c46-93c9-8458c863ecb4", "resourceInvariantUUID": "2d940274-3dc9-4404-93af-5f3e0014397b", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "artifactChecksum": "NTJjMDk4MDM5NjM2ZjBmNjg2NzA3ZjIzZjA3ZTRjNTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c5bfeaa9-ee0e-4d68-8b64-e024213947e1" } ], "workloadContext": "Production" } 2022-07-12T04:43:13.584Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-12T04:43:13.584Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 77d372a1-b3b3-4379-b1ac-1ae857226299 ASDC 2022-07-12T04:43:13.584Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:d0be0946-916c-4d68-80d9-02802fe4e261 ServiceName:Demo_pNF_CXd5BwHefCKYvKSDXq6Z ServiceVersion:1.0 ServiceUUID:77d372a1-b3b3-4379-b1ac-1ae857226299 ServiceInvariantUUID:07cc2f20-d207-485c-aa46-893ddd461bcb ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar ArtifactUUID:c5bfeaa9-ee0e-4d68-8b64-e024213947e1 ArtifactChecksum:NTJjMDk4MDM5NjM2ZjBmNjg2NzA3ZjIzZjA3ZTRjNTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 8ef69d35-de3d 0 ResourceCustomizationUUID:b15926dd-d583-497f-96f4-64140e8e345f ResourceInvariantUUID:2d940274-3dc9-4404-93af-5f3e0014397b ResourceName:pNF 8ef69d35-de3d ResourceType:PNF ResourceUUID:4414875e-7951-4c46-93c9-8458c863ecb4 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-07-12T04:43:13.585Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 77d372a1-b3b3-4379-b1ac-1ae857226299 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-07-12T04:43:13.639Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T04:43:13.640Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-07-12T04:43:13.641Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-07-12T04:43:13.641Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c5bfeaa9-ee0e-4d68-8b64-e024213947e1 from URL: /sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar 2022-07-12T04:43:13.641Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-12T04:43:13.642Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar 2022-07-12T04:43:14.043Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-12T04:43:14.053Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar c5bfeaa9-ee0e-4d68-8b64-e024213947e1 82674 2022-07-12T04:43:14.054Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar ASDC sendASDCNotification 2022-07-12T04:43:14.054Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar 2022-07-12T04:43:14.054Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:43:14.055Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:43:14.059Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:43:14.059Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600994053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:43:14.159Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:43:14.161Z||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-07-12T04:43:14.161Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:14.185Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:14.186Z||pool-64-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:43:15.060Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T04:43:15.062Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-07-12T04:43:15.062Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: c5bfeaa9-ee0e-4d68-8b64-e024213947e1, URL: /sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar to file: /app/ASDC/1/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar 2022-07-12T04:43:15.063Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar 2022-07-12T04:43:15.064Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar 2022-07-12T04:43:15.064Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar 2022-07-12T04:43:15.355Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14324617463718689338/Definitions/service-DemoPnfCxd5bwhefckyvksdxq6z-template.yml 2022-07-12T04:43:16.972Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-12T04:43:16.973Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-07-12T04:43:16.973Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar 2022-07-12T04:43:16.973Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-07-12T04:43:16.973Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar 2022-07-12T04:43:16.973Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar 2022-07-12T04:43:16.974Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar 2022-07-12T04:43:16.974Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar 2022-07-12T04:43:16.974Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar 2022-07-12T04:43:16.975Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 8ef69d35-de3d 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-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar 2022-07-12T04:43:16.975Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar 2022-07-12T04:43:16.975Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-07-12T04:43:16.975Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:43:16.975Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CXd5BwHefCKYvKSDXq6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:43:16.976Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Node template pNF 8ef69d35-de3d 0 is matching search criteria 2022-07-12T04:43:16.976Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-07-12T04:43:16.977Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 8ef69d35-de3d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T04:43:16.977Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:43:16.978Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CXd5BwHefCKYvKSDXq6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:43:16.978Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Node template pNF 8ef69d35-de3d 0 is matching search criteria 2022-07-12T04:43:16.978Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-07-12T04:43:16.979Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 8ef69d35-de3d 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T04:43:16.979Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:43:16.979Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CXd5BwHefCKYvKSDXq6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:43:16.980Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:43:16.980Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CXd5BwHefCKYvKSDXq6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:43:16.980Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:43:16.981Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CXd5BwHefCKYvKSDXq6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:43:16.981Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:43:16.981Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CXd5BwHefCKYvKSDXq6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:43:16.981Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:43:16.982Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CXd5BwHefCKYvKSDXq6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:43:16.982Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_CXd5BwHefCKYvKSDXq6Z Description:catalog service description Model UUID:77d372a1-b3b3-4379-b1ac-1ae857226299 Model Version:NULL Model InvariantUuid:07cc2f20-d207-485c-aa46-893ddd461bcb 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-07-12T04:43:17.029Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4414875e-7951-4c46-93c9-8458c863ecb4 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-07-12T04:43:17.047Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||pNF 8ef69d35-de3d 0 2022-07-12T04:43:17.048Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4414875e-7951-4c46-93c9-8458c863ecb4 2022-07-12T04:43:17.048Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 77d372a1-b3b3-4379-b1ac-1ae857226299 2022-07-12T04:43:17.049Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 77d372a1-b3b3-4379-b1ac-1ae857226299 2022-07-12T04:43:17.050Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 8ef69d35-de3d 0 4414875e-7951-4c46-93c9-8458c863ecb4 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-07-12T04:43:17.077Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c9103c1, org.onap.sdc.toscaparser.api.parameters.Input@2e01c1d8, org.onap.sdc.toscaparser.api.parameters.Input@623b38c3, org.onap.sdc.toscaparser.api.parameters.Input@1e9e176f, org.onap.sdc.toscaparser.api.parameters.Input@6ae58076] 2022-07-12T04:43:17.078Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:43:17.079Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CXd5BwHefCKYvKSDXq6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:43:17.080Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 77d372a1-b3b3-4379-b1ac-1ae857226299: pNF 8ef69d35-de3d 2022-07-12T04:43:17.081Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||Processing PNF resource: 4414875e-7951-4c46-93c9-8458c863ecb4 2022-07-12T04:43:17.081Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:43:17.081Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CXd5BwHefCKYvKSDXq6Z is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:43:17.082Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||Resource customization UUID: b15926dd-d583-497f-96f4-64140e8e345f is the same as notified resource customizationUUID: b15926dd-d583-497f-96f4-64140e8e345f 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-07-12T04:43:17.264Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 8ef69d35-de3d 4414875e-7951-4c46-93c9-8458c863ecb4 0 ASDC deployResourceStructure 2022-07-12T04:43:17.265Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar ASDC sendASDCNotification 2022-07-12T04:43:17.265Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar 2022-07-12T04:43:17.265Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:43:17.266Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:43:17.271Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:43:17.279Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600997265, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:43:17.370Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-07-12T04:43:17.371Z||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-07-12T04:43:17.371Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:17.412Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:17.412Z||pool-65-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:43:18.281Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d0be0946-916c-4d68-80d9-02802fe4e261 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T04:43:18.304Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d0be0946-916c-4d68-80d9-02802fe4e261 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-07-12T04:43:18.310Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T04:43:18.310Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-12T04:43:18.311Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-12T04:43:18.311Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-12T04:43:18.311Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:43:18.311Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:43:18.311Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:43:18.311Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:43:18.311Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:43:18.311Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:43:18.312Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:43:18.312Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-12T04:43:18.318Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-12T04:43:48.319Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d0be0946-916c-4d68-80d9-02802fe4e261 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-07-12T04:43:48.326Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d0be0946-916c-4d68-80d9-02802fe4e261 and serviceModelVersionId: 77d372a1-b3b3-4379-b1ac-1ae857226299 2022-07-12T04:43:48.326Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07cc2f20-d207-485c-aa46-893ddd461bcb 2022-07-12T04:43:48.327Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07cc2f20-d207-485c-aa46-893ddd461bcb/model-vers/model-ver/77d372a1-b3b3-4379-b1ac-1ae857226299?depth=0 2022-07-12T04:43:48.333Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-07-12T04:43:48.411Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07cc2f20-d207-485c-aa46-893ddd461bcb/model-vers/model-ver/77d372a1-b3b3-4379-b1ac-1ae857226299?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-07-12T04:43:48.413Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07cc2f20-d207-485c-aa46-893ddd461bcb/model-vers/model-ver/77d372a1-b3b3-4379-b1ac-1ae857226299?depth=0|INFO|500||Invoke 2022-07-12T04:43:48.459Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07cc2f20-d207-485c-aa46-893ddd461bcb/model-vers/model-ver/77d372a1-b3b3-4379-b1ac-1ae857226299?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-12T04:43:48.590Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07cc2f20-d207-485c-aa46-893ddd461bcb/model-vers/model-ver/77d372a1-b3b3-4379-b1ac-1ae857226299?depth=0|INFO|500||InvokeReturn 2022-07-12T04:43:48.591Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07cc2f20-d207-485c-aa46-893ddd461bcb/model-vers/model-ver/77d372a1-b3b3-4379-b1ac-1ae857226299?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220712-04:43:48:470-10313], vertex-id=[229392], Content-Length=[0], Date=[Tue, 12 Jul 2022 04:43:48 GMT], Content-Type=[application/json]} 2022-07-12T04:43:48.592Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-07-12T04:43:48.593Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-12T04:43:48.593Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-12T04:43:48.618Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-12T04:43:48.618Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d0be0946-916c-4d68-80d9-02802fe4e261 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-12T04:43:48.619Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-12T04:43:48.619Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:43:48.621Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:43:48.622Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601028619, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T04:43:48.722Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:43:48.724Z||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-07-12T04:43:48.724Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:48.754Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:48.755Z||pool-66-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-07-12T04:43:49.660Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T04:43:49.661Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"61189ba9-56ad-4720-bb42-4d7482426384","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"ed932c12-2170-41b4-a647-360fee21405e","serviceDescription":"service","serviceInvariantUUID":"0c9a2a73-7ec1-4385-8164-8ba60e1e4be0","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3f92b093-4de0-4683-82fe-316d53087e35","resourceInvariantUUID":"0ff0592d-9f72-436d-b79a-60478fbaa26e","resourceCustomizationUUID":"27a12dfd-57d5-489c-b33c-71ec377b5421","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":"NTRhMzg5YTBhMjc0YjUxZjg0MDUwNjdlOGVjZGZlYWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3b6b470f-f792-47ef-86a8-9ae846856d38","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":"5602f34e-f66f-4522-813b-5268356170d2","artifactVersion":"2","generatedFromUUID":"7e7c2688-1a20-4734-ba53-fe4a7564ac80"},{"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":"7e7c2688-1a20-4734-ba53-fe4a7564ac80","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":"NmZmNTg4Y2EyNzdhMWQyNmZiYWVhOTY3MzRjYzhkZTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2db4838d-b33c-435e-bd88-6295a3bb4349","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":"607d5a55-7d1f-4e7b-8856-96e016825c22","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":"2f1b4343-39d9-4896-8d8d-6c8111145827","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":"e63f3352-3001-4938-b0d7-4a8ada4f1635","artifactVersion":"2","generatedFromUUID":"607d5a55-7d1f-4e7b-8856-96e016825c22"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MTYwNGE2YmU5MmZkOTg4NGIxNDQ5NDhhODdjYTI1ZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"834723bf-d9b6-441e-86a7-e64f022f9e91","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YTBjYjRjZmJhMGUzOGIyMWZiNjEwZDQzMGJkM2ZjMmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d692fec8-6810-4770-ad08-5cd8e8e25e82","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-12T04:43:49.662Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:43:49.662Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:43:49.666Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:43:49.666Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:43:49.766Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:43:49.767Z||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-07-12T04:43:49.768Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:49.811Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:49.812Z||pool-67-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:43:50.667Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:43:50.668Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:43:50.672Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:43:50.673Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-07-12T04:43:50.773Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:43:50.774Z||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-07-12T04:43:50.774Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:50.796Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:50.796Z||pool-68-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:43:51.674Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:43:51.676Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:43:51.679Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:43:51.679Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-07-12T04:43:51.779Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:43:51.780Z||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-07-12T04:43:51.780Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:51.800Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:51.801Z||pool-69-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:43:52.680Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:43:52.681Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:43:52.683Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:43:52.684Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-12T04:43:52.783Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:43:52.785Z||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-07-12T04:43:52.785Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:52.809Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:52.810Z||pool-70-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:43:53.684Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:43:53.685Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:43:53.688Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:43:53.688Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-12T04:43:53.788Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:43:53.790Z||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-07-12T04:43:53.790Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:53.810Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:53.811Z||pool-71-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:43:54.689Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:43:54.692Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:43:54.695Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:43:54.695Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:43:54.795Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:43:54.797Z||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-07-12T04:43:54.797Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:54.816Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:54.817Z||pool-72-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:43:55.696Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:43:55.697Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:43:55.700Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:43:55.701Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-07-12T04:43:55.801Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:43:55.802Z||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-07-12T04:43:55.802Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:55.831Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:55.832Z||pool-73-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:43:56.702Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:43:56.703Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:43:56.705Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:43:56.705Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:43:56.806Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:43:56.807Z||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-07-12T04:43:56.807Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:56.842Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:56.843Z||pool-74-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:43:57.707Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:43:57.708Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:43:57.711Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:43:57.711Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:43:57.811Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:43:57.812Z||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-07-12T04:43:57.812Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:57.834Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:57.835Z||pool-75-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:43:58.714Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "ed932c12-2170-41b4-a647-360fee21405e", "serviceDescription": "service", "serviceInvariantUUID": "0c9a2a73-7ec1-4385-8164-8ba60e1e4be0", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "27a12dfd-57d5-489c-b33c-71ec377b5421", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3f92b093-4de0-4683-82fe-316d53087e35", "resourceInvariantUUID": "0ff0592d-9f72-436d-b79a-60478fbaa26e", "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": "5602f34e-f66f-4522-813b-5268356170d2", "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": "7e7c2688-1a20-4734-ba53-fe4a7564ac80", "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": "NmZmNTg4Y2EyNzdhMWQyNmZiYWVhOTY3MzRjYzhkZTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2db4838d-b33c-435e-bd88-6295a3bb4349", "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": "607d5a55-7d1f-4e7b-8856-96e016825c22", "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": "e63f3352-3001-4938-b0d7-4a8ada4f1635", "generatedFromUUID": "607d5a55-7d1f-4e7b-8856-96e016825c22" }, "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": "e63f3352-3001-4938-b0d7-4a8ada4f1635", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YTBjYjRjZmJhMGUzOGIyMWZiNjEwZDQzMGJkM2ZjMmI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d692fec8-6810-4770-ad08-5cd8e8e25e82" } ], "workloadContext": "Production" } 2022-07-12T04:43:58.715Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-12T04:43:58.715Z|d0be0946-916c-4d68-80d9-02802fe4e261|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ed932c12-2170-41b4-a647-360fee21405e ASDC 2022-07-12T04:43:58.716Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:61189ba9-56ad-4720-bb42-4d7482426384 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:ed932c12-2170-41b4-a647-360fee21405e ServiceInvariantUUID:0c9a2a73-7ec1-4385-8164-8ba60e1e4be0 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:d692fec8-6810-4770-ad08-5cd8e8e25e82 ArtifactChecksum:YTBjYjRjZmJhMGUzOGIyMWZiNjEwZDQzMGJkM2ZjMmI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:27a12dfd-57d5-489c-b33c-71ec377b5421 ResourceInvariantUUID:0ff0592d-9f72-436d-b79a-60478fbaa26e ResourceName:basic_cnf ResourceType:VF ResourceUUID:3f92b093-4de0-4683-82fe-316d53087e35 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:5602f34e-f66f-4522-813b-5268356170d2 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:7e7c2688-1a20-4734-ba53-fe4a7564ac80 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:2db4838d-b33c-435e-bd88-6295a3bb4349 ArtifactChecksum:NmZmNTg4Y2EyNzdhMWQyNmZiYWVhOTY3MzRjYzhkZTY= 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:607d5a55-7d1f-4e7b-8856-96e016825c22 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:e63f3352-3001-4938-b0d7-4a8ada4f1635 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:e63f3352-3001-4938-b0d7-4a8ada4f1635 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-12T04:43:58.717Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed932c12-2170-41b4-a647-360fee21405e 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-07-12T04:43:58.766Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T04:43:58.767Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-07-12T04:43:58.768Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-07-12T04:43:58.768Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d692fec8-6810-4770-ad08-5cd8e8e25e82 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-12T04:43:58.768Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-12T04:43:58.769Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-12T04:43:59.076Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-12T04:43:59.080Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar d692fec8-6810-4770-ad08-5cd8e8e25e82 68957 2022-07-12T04:43:59.080Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-07-12T04:43:59.080Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-12T04:43:59.080Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:43:59.081Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:43:59.083Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:43:59.083Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601039080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:43:59.183Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:43:59.184Z||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-07-12T04:43:59.184Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:43:59.229Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:43:59.229Z||pool-76-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:44:00.084Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T04:44:00.086Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-07-12T04:44:00.086Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: d692fec8-6810-4770-ad08-5cd8e8e25e82, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-12T04:44:00.087Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-07-12T04:44:00.087Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-12T04:44:00.088Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-12T04:44:00.319Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11726740783239184746/Definitions/service-BasicCnf-template.yml 2022-07-12T04:44:01.987Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-12T04:44:01.988Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-07-12T04:44:01.989Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-12T04:44:01.989Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-07-12T04:44:01.989Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-12T04:44:01.989Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-12T04:44:01.989Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-12T04:44:01.990Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-07-12T04:44:01.990Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-07-12T04:44:01.992Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:01.992Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:44:01.992Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-12T04:44:01.993Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-07-12T04:44:01.993Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T04:44:01.993Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:01.994Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:44:01.994Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-12T04:44:01.994Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-07-12T04:44:01.994Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T04:44:01.995Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:01.995Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:44:01.995Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:01.995Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-07-12T04:44:01.996Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-07-12T04:44:01.996Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2022-07-12T04:44:01.996Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-12T04:44:01.996Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:01.997Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T04:44:01.997Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:01.997Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-12T04:44:01.997Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:44:01.998Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:01.998Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-12T04:44:01.998Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:44:01.999Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:01.999Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-12T04:44:01.999Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:44:02.000Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:02.000Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-07-12T04:44:02.000Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-07-12T04:44:02.001Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8442b29b-d87d-450f-8b83-6994a987ac6e 2022-07-12T04:44:02.001Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:02.001Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:44:02.002Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:02.002Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:44:02.002Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:02.003Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:44:02.003Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:02.003Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:44:02.004Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:ed932c12-2170-41b4-a647-360fee21405e Model Version:NULL Model InvariantUuid:0c9a2a73-7ec1-4385-8164-8ba60e1e4be0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:450acf81-1c6a-4b6c-a0f2-285fcb7a9481 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0ff0592d-9f72-436d-b79a-60478fbaa26e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:27a12dfd-57d5-489c-b33c-71ec377b5421 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:47c02ea4-67a1-497b-9951-4c02e9e64f96 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:32683eed-2483-45e2-8444-b76e14a677a5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8442b29b-d87d-450f-8b83-6994a987ac6e ModelInvariantUuid:53276441-1d9c-4ada-8198-fbf11956e7d1 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:8aab834c-bd46-4765-82d1-a4858fa96063 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:a0991317-f99c-4610-892d-55356b89ee97 ModelInvariantUuid:a94902a1-bd6b-4edb-8127-2578d878e51c ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:450feb07-98b0-4922-a002-aae54348b867 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-07-12T04:44:02.017Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 3f92b093-4de0-4683-82fe-316d53087e35 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-07-12T04:44:02.023Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||basic_cnf 0 2022-07-12T04:44:02.024Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3f92b093-4de0-4683-82fe-316d53087e35 2022-07-12T04:44:02.024Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5602f34e-f66f-4522-813b-5268356170d2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-07-12T04:44:02.024Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-12T04:44:02.024Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-07-12T04:44:02.127Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-12T04:44:02.128Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 5602f34e-f66f-4522-813b-5268356170d2 12 2022-07-12T04:44:02.129Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-07-12T04:44:02.129Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-07-12T04:44:02.130Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:44:02.130Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:44:02.132Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:44:02.133Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601042129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-07-12T04:44:02.234Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-12T04:44:02.236Z||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-07-12T04:44:02.236Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:44:02.255Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:44:02.256Z||pool-77-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:44:03.133Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7e7c2688-1a20-4734-ba53-fe4a7564ac80 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-07-12T04:44:03.135Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-12T04:44:03.135Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-07-12T04:44:03.338Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-12T04:44:03.338Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7e7c2688-1a20-4734-ba53-fe4a7564ac80 2688 2022-07-12T04:44:03.339Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-07-12T04:44:03.339Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-07-12T04:44:03.339Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:44:03.339Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:44:03.342Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:44:03.342Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601043339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-07-12T04:44:03.442Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:44:03.443Z||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-07-12T04:44:03.443Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:44:03.462Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:44:03.463Z||pool-78-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:44:04.344Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2db4838d-b33c-435e-bd88-6295a3bb4349 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-07-12T04:44:04.344Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-12T04:44:04.345Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-07-12T04:44:04.437Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-12T04:44:04.438Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2db4838d-b33c-435e-bd88-6295a3bb4349 828 2022-07-12T04:44:04.439Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-07-12T04:44:04.440Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-07-12T04:44:04.440Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:44:04.441Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:44:04.444Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:44:04.444Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601044439, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T04:44:04.545Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:44:04.546Z||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-07-12T04:44:04.546Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:44:04.576Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:44:04.576Z||pool-79-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:44:05.445Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "47c02ea4-67a1-497b-9951-4c02e9e64f96", "vfModuleModelVersion": "1", "vfModuleModelUUID": "32683eed-2483-45e2-8444-b76e14a677a5", "vfModuleModelCustomizationUUID": "2762bfdd-3471-4335-8c46-c1feebb8e9e1", "isBase": true, "artifacts": [ "607d5a55-7d1f-4e7b-8856-96e016825c22", "7e7c2688-1a20-4734-ba53-fe4a7564ac80", "e63f3352-3001-4938-b0d7-4a8ada4f1635" ], "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-07-12T04:44:05.451Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:32683eed-2483-45e2-8444-b76e14a677a5 VfModuleModelInvariantUUID:47c02ea4-67a1-497b-9951-4c02e9e64f96 VfModuleModelDescription:NULL Artifacts UUID List:{ 607d5a55-7d1f-4e7b-8856-96e016825c22 , 7e7c2688-1a20-4734-ba53-fe4a7564ac80 , e63f3352-3001-4938-b0d7-4a8ada4f1635 } 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-07-12T04:44:05.453Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "47c02ea4-67a1-497b-9951-4c02e9e64f96", "vfModuleModelVersion": "1", "vfModuleModelUUID": "32683eed-2483-45e2-8444-b76e14a677a5", "vfModuleModelCustomizationUUID": "2762bfdd-3471-4335-8c46-c1feebb8e9e1", "isBase": true, "artifacts": [ "607d5a55-7d1f-4e7b-8856-96e016825c22", "7e7c2688-1a20-4734-ba53-fe4a7564ac80", "e63f3352-3001-4938-b0d7-4a8ada4f1635" ], "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-07-12T04:44:05.454Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:32683eed-2483-45e2-8444-b76e14a677a5 VfModuleModelInvariantUUID:47c02ea4-67a1-497b-9951-4c02e9e64f96 VfModuleModelDescription:NULL Artifacts UUID List:{ 607d5a55-7d1f-4e7b-8856-96e016825c22 , 7e7c2688-1a20-4734-ba53-fe4a7564ac80 , e63f3352-3001-4938-b0d7-4a8ada4f1635 } 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-07-12T04:44:05.454Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 607d5a55-7d1f-4e7b-8856-96e016825c22 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-07-12T04:44:05.454Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-12T04:44:05.454Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-07-12T04:44:05.569Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-12T04:44:05.570Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 607d5a55-7d1f-4e7b-8856-96e016825c22 1164 2022-07-12T04:44:05.570Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-07-12T04:44:05.570Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-07-12T04:44:05.571Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:44:05.571Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:44:05.574Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:44:05.574Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601045570, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T04:44:05.674Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:44:05.675Z||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-07-12T04:44:05.675Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:44:05.698Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:44:05.699Z||pool-80-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:44:06.575Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e63f3352-3001-4938-b0d7-4a8ada4f1635 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-07-12T04:44:06.575Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-12T04:44:06.575Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-07-12T04:44:06.746Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-12T04:44:06.747Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env e63f3352-3001-4938-b0d7-4a8ada4f1635 200 2022-07-12T04:44:06.747Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-07-12T04:44:06.748Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-07-12T04:44:06.748Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:44:06.748Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:44:06.751Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:44:06.751Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601046747, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-07-12T04:44:06.851Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:44:06.852Z||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-07-12T04:44:06.852Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:44:06.872Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:44:06.873Z||pool-81-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:44:07.752Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: ed932c12-2170-41b4-a647-360fee21405e 2022-07-12T04:44:07.753Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 3f92b093-4de0-4683-82fe-316d53087e35 ASDC 2022-07-12T04:44:07.766Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select 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 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-07-12T04:44:07.795Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4be17549, org.onap.sdc.toscaparser.api.parameters.Input@4bec3e14, org.onap.sdc.toscaparser.api.parameters.Input@7b9e05c6, org.onap.sdc.toscaparser.api.parameters.Input@48c7bb86, org.onap.sdc.toscaparser.api.parameters.Input@84cd4ea] 2022-07-12T04:44:07.798Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:07.798Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:44:07.799Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-07-12T04:44:07.799Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 27a12dfd-57d5-489c-b33c-71ec377b5421 2022-07-12T04:44:07.799Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 27a12dfd-57d5-489c-b33c-71ec377b5421 matches Tosca VF Customization UUID: 27a12dfd-57d5-489c-b33c-71ec377b5421 2022-07-12T04:44:07.799Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 27a12dfd-57d5-489c-b33c-71ec377b5421 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-07-12T04:44:07.804Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:07.804Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:44:07.805Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 27a12dfd-57d5-489c-b33c-71ec377b5421: {\"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-07-12T04:44:07.806Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5c2f53f0 2022-07-12T04:44:07.806Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:07.806Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T04:44:07.807Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2762bfdd-3471-4335-8c46-c1feebb8e9e1 2022-07-12T04:44:07.807Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2762bfdd-3471-4335-8c46-c1feebb8e9e1 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-07-12T04:44:07.817Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:07.818Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-12T04:44:07.818Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:44:07.819Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:07.819Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-12T04:44:07.820Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:44:07.820Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:07.820Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-07-12T04:44:07.821Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-07-12T04:44:07.821Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8442b29b-d87d-450f-8b83-6994a987ac6e 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-07-12T04:44:07.826Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:07.827Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-12T04:44:07.827Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:44:07.827Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:07.828Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-07-12T04:44:07.828Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=27a12dfd-57d5-489c-b33c-71ec377b5421 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-07-12T04:44:07.834Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:07.834Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:44:07.835Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid ed932c12-2170-41b4-a647-360fee21405e: basic_cnf 2022-07-12T04:44:07.835Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:07.835Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:44:07.836Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:07.836Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:44:07.837Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:07.837Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:44:07.838Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:07.839Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:44:07.839Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:44:07.840Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:44:07.840Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-12T04:44:08.068Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 3f92b093-4de0-4683-82fe-316d53087e35 1 ASDC deployResourceStructure 2022-07-12T04:44:08.070Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-07-12T04:44:08.070Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-07-12T04:44:08.070Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-12T04:44:08.070Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:44:08.073Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:44:08.073Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601048069, "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-07-12T04:44:08.173Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:44:08.174Z||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-07-12T04:44:08.174Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:44:08.196Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:44:08.197Z||pool-82-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:44:09.074Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-07-12T04:44:09.075Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-07-12T04:44:09.075Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-12T04:44:09.075Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:44:09.077Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:44:09.078Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601049074, "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-07-12T04:44:09.180Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-07-12T04:44:09.181Z||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-07-12T04:44:09.181Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:44:09.205Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:44:09.209Z||pool-83-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:44:09.704Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:44:09.705Z||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-07-12T04:44:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:44:09.762Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:44:09.763Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:44:09.763Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c3c77add-3432-4149-9fa6-8c646f2f24c2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600979864, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T04:44:09.764Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:44:09.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:44:09.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:44:09.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:44:09.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:44:09.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T04:44:09.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:44:09.764Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:44:09.764Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T04:44:09.764Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:44:09.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:44:09.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:44:09.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:44:09.765Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:44:09.765Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:44:09.765Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:44:10.080Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-07-12T04:44:10.080Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-07-12T04:44:10.080Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:44:10.081Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:44:10.084Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:44:10.084Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601050079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T04:44:10.184Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:44:10.185Z||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-07-12T04:44:10.186Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:44:10.207Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:44:10.207Z||pool-84-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:44:11.086Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-07-12T04:44:11.087Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-07-12T04:44:11.087Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:44:11.087Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:44:11.090Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:44:11.090Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601051085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-07-12T04:44:11.190Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:44:11.192Z||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-07-12T04:44:11.192Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:44:11.214Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:44:11.215Z||pool-85-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:44:12.091Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-07-12T04:44:12.091Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-07-12T04:44:12.092Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:44:12.092Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:44:12.094Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:44:12.095Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601052091, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-07-12T04:44:12.195Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:44:12.196Z||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-07-12T04:44:12.196Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:44:12.222Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:44:12.223Z||pool-86-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:44:13.096Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-07-12T04:44:13.097Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-07-12T04:44:13.097Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:44:13.098Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:44:13.100Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:44:13.100Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601053096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:44:13.200Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:44:13.202Z||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-07-12T04:44:13.202Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:44:13.220Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:44:13.221Z||pool-87-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:44:14.101Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 61189ba9-56ad-4720-bb42-4d7482426384 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T04:44:14.120Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 61189ba9-56ad-4720-bb42-4d7482426384 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-07-12T04:44:14.126Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T04:44:14.126Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-12T04:44:14.126Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-12T04:44:14.126Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-12T04:44:14.126Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:44:14.127Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:44:14.127Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:44:14.127Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:44:14.127Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:44:14.127Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T04:44:14.127Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-12T04:44:14.138Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-12T04:44:44.138Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 61189ba9-56ad-4720-bb42-4d7482426384 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-07-12T04:44:44.154Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 61189ba9-56ad-4720-bb42-4d7482426384 and serviceModelVersionId: ed932c12-2170-41b4-a647-360fee21405e 2022-07-12T04:44:44.154Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0c9a2a73-7ec1-4385-8164-8ba60e1e4be0 2022-07-12T04:44:44.155Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0c9a2a73-7ec1-4385-8164-8ba60e1e4be0/model-vers/model-ver/ed932c12-2170-41b4-a647-360fee21405e?depth=0 2022-07-12T04:44:44.166Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-07-12T04:44:44.230Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c9a2a73-7ec1-4385-8164-8ba60e1e4be0/model-vers/model-ver/ed932c12-2170-41b4-a647-360fee21405e?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-07-12T04:44:44.232Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c9a2a73-7ec1-4385-8164-8ba60e1e4be0/model-vers/model-ver/ed932c12-2170-41b4-a647-360fee21405e?depth=0|INFO|500||Invoke 2022-07-12T04:44:44.261Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c9a2a73-7ec1-4385-8164-8ba60e1e4be0/model-vers/model-ver/ed932c12-2170-41b4-a647-360fee21405e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-12T04:44:44.726Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c9a2a73-7ec1-4385-8164-8ba60e1e4be0/model-vers/model-ver/ed932c12-2170-41b4-a647-360fee21405e?depth=0|INFO|500||InvokeReturn 2022-07-12T04:44:44.727Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0c9a2a73-7ec1-4385-8164-8ba60e1e4be0/model-vers/model-ver/ed932c12-2170-41b4-a647-360fee21405e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220712-04:44:44:279-72499], vertex-id=[290984], Content-Length=[0], Date=[Tue, 12 Jul 2022 04:44:44 GMT], Content-Type=[application/json]} 2022-07-12T04:44:44.728Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-07-12T04:44:44.728Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-12T04:44:44.728Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-12T04:44:44.740Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-12T04:44:44.740Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 61189ba9-56ad-4720-bb42-4d7482426384 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-12T04:44:44.740Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-12T04:44:44.741Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:44:44.743Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:44:44.743Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601084740, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T04:44:44.843Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:44:44.845Z||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-07-12T04:44:44.845Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:44:44.875Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:44:44.876Z||pool-88-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-07-12T04:44:45.763Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:44:45.764Z||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-07-12T04:44:45.764Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:44:55.341Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:44:55.342Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:44:55.343Z||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-07-12T04:44:55.343Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:45:04.915Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:45:04.916Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:45:04.916Z||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-07-12T04:45:04.917Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:45:09.704Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:45:09.705Z||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-07-12T04:45:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:45:09.739Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:45:09.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/resourceInstances/pnf8ef69d35de3d0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:45:09.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:45:09.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:45:09.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:45:09.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:45:09.741Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:45:09.741Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600994053, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:45:09.742Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:45:09.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600997265, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCxd5bwhefckyvksdxq6z/1.0/artifacts/service-DemoPnfCxd5bwhefckyvksdxq6z-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:45:09.742Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:45:09.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d0be0946-916c-4d68-80d9-02802fe4e261", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601028619, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T04:45:09.742Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:45:09.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:45:09.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:45:09.742Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.742Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-07-12T04:45:09.742Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:45:09.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-07-12T04:45:09.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:45:09.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-07-12T04:45:09.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:45:09.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-07-12T04:45:09.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:45:09.743Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.743Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:45:09.743Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:45:09.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-07-12T04:45:09.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:45:09.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:45:09.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:45:09.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657600980899, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:45:09.744Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-07-12T04:45:09.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.744Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601039080, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:45:09.744Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:45:09.744Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601042129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-07-12T04:45:09.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:45:09.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601043339, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-07-12T04:45:09.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:45:09.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601044439, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T04:45:09.745Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:45:09.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601045570, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T04:45:09.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:45:09.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601046747, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-07-12T04:45:09.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:45:09.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601048069, "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-07-12T04:45:09.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:45:09.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-07-12T04:45:09.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601049074, "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-07-12T04:45:09.746Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:45:14.484Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:45:14.485Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:45:14.486Z||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-07-12T04:45:14.486Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:45:24.067Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:45:24.068Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:45:24.068Z||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-07-12T04:45:24.068Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:45:33.651Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:46:09.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:46:09.700Z||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-07-12T04:46:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:46:09.704Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:46:09.704Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|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-07-12T04:46:09.704Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:46:09.786Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:46:09.787Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T04:46:09.787Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601050079, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T04:46:09.788Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:46:19.352Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:47:09.701Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:47:09.702Z||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-07-12T04:47:09.702Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:47:09.704Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:47:09.705Z|61189ba9-56ad-4720-bb42-4d7482426384|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-07-12T04:47:09.705Z|61189ba9-56ad-4720-bb42-4d7482426384|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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:47:10.257Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:47:10.258Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T04:47:10.258Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601051085, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-07-12T04:47:10.259Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:47:10.260Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T04:47:10.260Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601052091, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-07-12T04:47:10.260Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:47:10.260Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T04:47:10.260Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601053096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:47:10.260Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:47:10.261Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T04:47:10.261Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "61189ba9-56ad-4720-bb42-4d7482426384", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601084740, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T04:47:10.261Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:47:19.339Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:48:09.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:48:09.701Z||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-07-12T04:48:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:48:09.704Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:48:09.705Z|61189ba9-56ad-4720-bb42-4d7482426384|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-07-12T04:48:09.705Z|61189ba9-56ad-4720-bb42-4d7482426384|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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:48:19.310Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:48:19.310Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:49:09.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:49:09.700Z||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-07-12T04:49:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:49:09.704Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:49:09.705Z|61189ba9-56ad-4720-bb42-4d7482426384|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-07-12T04:49:09.705Z|61189ba9-56ad-4720-bb42-4d7482426384|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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:49:19.297Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:49:19.347Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:50:09.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:50:09.700Z||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-07-12T04:50:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:50:09.704Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:50:09.705Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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-07-12T04:50:09.705Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:50:19.369Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:50:19.378Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:51:09.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:51:09.700Z||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-07-12T04:51:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:51:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:51:09.706Z||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-07-12T04:51:09.706Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:51:19.336Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:51:19.348Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:52:09.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:52:09.700Z||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-07-12T04:52:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:52:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:52:09.705Z||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-07-12T04:52:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:52:19.366Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:52:19.366Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:53:09.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:53:09.700Z||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-07-12T04:53:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:53:09.704Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:53:09.704Z||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-07-12T04:53:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:53:19.330Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:53:19.331Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:54:09.700Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:54:09.701Z||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-07-12T04:54:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:54:09.704Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:54:09.704Z||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-07-12T04:54:09.704Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:54:19.309Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:54:19.309Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:55:09.699Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:55:09.700Z||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-07-12T04:55:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:55:09.704Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:55:09.705Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|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-07-12T04:55:09.705Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:55:19.313Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:55:19.319Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:56:09.699Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:56:09.700Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-12T04:56:09.700Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:56:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:56:09.705Z||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-07-12T04:56:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:56:19.298Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:56:19.300Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:09.699Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:57:09.701Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-12T04:57:09.701Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:09.704Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:57:09.704Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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-07-12T04:57:09.705Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:09.859Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:09.887Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.888Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "clamp", "timestamp": 1657601791539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.889Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.889Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.889Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "multicloud-k8s-id", "timestamp": 1657601799412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.889Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.889Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.889Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "policy-id", "timestamp": 1657601800047, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.890Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.890Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.890Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "cds", "timestamp": 1657601793796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.890Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.890Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.891Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "clamp", "timestamp": 1657601791539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-12T04:57:09.891Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.891Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.891Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "policy-id", "timestamp": 1657601800047, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.891Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.891Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.891Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "multicloud-k8s-id", "timestamp": 1657601799412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-12T04:57:09.892Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.892Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.892Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "cds", "timestamp": 1657601793796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.892Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.892Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.892Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "clamp", "timestamp": 1657601791539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.893Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.893Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.893Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "policy-id", "timestamp": 1657601800047, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-12T04:57:09.893Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.893Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.893Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "multicloud-k8s-id", "timestamp": 1657601799412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-12T04:57:09.894Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.894Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.894Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "cds", "timestamp": 1657601793796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.895Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.895Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.895Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "clamp", "timestamp": 1657601791539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.895Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.896Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.896Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "policy-id", "timestamp": 1657601800047, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.896Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.896Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.897Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "multicloud-k8s-id", "timestamp": 1657601799412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.897Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.897Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.898Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "cds", "timestamp": 1657601793796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.898Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.898Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.898Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "clamp", "timestamp": 1657601791539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.898Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.899Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.899Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "policy-id", "timestamp": 1657601800047, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.899Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.899Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.900Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "multicloud-k8s-id", "timestamp": 1657601799412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-07-12T04:57:09.900Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.900Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.900Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "cds", "timestamp": 1657601793796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.901Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.901Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.901Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "clamp", "timestamp": 1657601791539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.901Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.902Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.902Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "policy-id", "timestamp": 1657601800047, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.902Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.902Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.903Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "multicloud-k8s-id", "timestamp": 1657601799412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-07-12T04:57:09.903Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.903Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.903Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "cds", "timestamp": 1657601793796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.904Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.904Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.904Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "clamp", "timestamp": 1657601791539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.904Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.905Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.905Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "policy-id", "timestamp": 1657601800047, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.905Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.905Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.905Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "multicloud-k8s-id", "timestamp": 1657601799412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-07-12T04:57:09.906Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.906Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.906Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "cds", "timestamp": 1657601793796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.906Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.907Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.907Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "clamp", "timestamp": 1657601791539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.907Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.907Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.908Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "policy-id", "timestamp": 1657601800047, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.908Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.908Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.908Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "multicloud-k8s-id", "timestamp": 1657601799412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.908Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.909Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.909Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "cds", "timestamp": 1657601793796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.909Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.909Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.910Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "policy-id", "timestamp": 1657601800047, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.910Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.910Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.910Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "clamp", "timestamp": 1657601791539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.911Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.911Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.911Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "multicloud-k8s-id", "timestamp": 1657601799412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.911Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.912Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.912Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "cds", "timestamp": 1657601793796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.912Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.912Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.913Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "ves-openapi-manager", "timestamp": 1657601809649, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.913Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.913Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.913Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "policy-id", "timestamp": 1657601800047, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:57:09.914Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.914Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.914Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "clamp", "timestamp": 1657601791539, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:57:09.914Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.915Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.915Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "multicloud-k8s-id", "timestamp": 1657601799412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:57:09.915Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.915Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.916Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "cds", "timestamp": 1657601793796, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:57:09.916Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.916Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.916Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "ves-openapi-manager", "timestamp": 1657601809649, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.917Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.917Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.917Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "ves-openapi-manager", "timestamp": 1657601809649, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.917Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.918Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.918Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "aai-ml", "timestamp": 1657601812104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.918Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.918Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.918Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "multicloud-k8s-id", "timestamp": 1657601811842, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T04:57:09.918Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:57:09.919Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.919Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "cds", "timestamp": 1657601812245, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:57:09.919Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:57:09.919Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.919Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "policy-id", "timestamp": 1657601812198, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:57:09.919Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:57:09.919Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.920Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "ves-openapi-manager", "timestamp": 1657601809649, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.920Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.920Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.920Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "aai-ml", "timestamp": 1657601812104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.920Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.920Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.921Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "policy-id", "timestamp": 1657601813208, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:57:09.921Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:57:09.921Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.921Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "multicloud-k8s-id", "timestamp": 1657601813049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T04:57:09.921Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:57:09.921Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.922Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "ves-openapi-manager", "timestamp": 1657601809649, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.922Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.922Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.922Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "aai-ml", "timestamp": 1657601812104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:09.923Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:09.923Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:09.923Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "policy-id", "timestamp": 1657601814216, "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-07-12T04:57:10.069Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eaa44cfa-81ce-4285-b635-15940763900e 2022-07-12T04:57:10.070Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eaa44cfa-81ce-4285-b635-15940763900e 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-07-12T04:57:10.119Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.120Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601813446, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.120Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.120Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.120Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "multicloud-k8s-id", "timestamp": 1657601814162, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-07-12T04:57:10.121Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:57:10.121Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.121Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "ves-openapi-manager", "timestamp": 1657601809649, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.121Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.122Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.122Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "aai-ml", "timestamp": 1657601812104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.122Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.122Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.122Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601813446, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.123Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.123Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.123Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "multicloud-k8s-id", "timestamp": 1657601815275, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-07-12T04:57:10.123Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:57:10.123Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.123Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "cds", "timestamp": 1657601815953, "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-07-12T04:57:10.138Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eaa44cfa-81ce-4285-b635-15940763900e 2022-07-12T04:57:10.139Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eaa44cfa-81ce-4285-b635-15940763900e 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-07-12T04:57:10.170Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.171Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "ves-openapi-manager", "timestamp": 1657601809649, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.171Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.171Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.171Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "aai-ml", "timestamp": 1657601812104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.171Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.171Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.172Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601813446, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.172Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.172Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.172Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "multicloud-k8s-id", "timestamp": 1657601816421, "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-07-12T04:57:10.179Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eaa44cfa-81ce-4285-b635-15940763900e 2022-07-12T04:57:10.179Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eaa44cfa-81ce-4285-b635-15940763900e 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-07-12T04:57:10.198Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.198Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "ves-openapi-manager", "timestamp": 1657601809649, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.199Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.199Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.199Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "aai-ml", "timestamp": 1657601812104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.199Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.199Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.199Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601813446, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.200Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.200Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.200Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "cds", "timestamp": 1657601816958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.200Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.200Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.200Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "multicloud-k8s-id", "timestamp": 1657601817431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T04:57:10.200Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:57:10.200Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.200Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "ves-openapi-manager", "timestamp": 1657601809649, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.200Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.200Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.200Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "aai-ml", "timestamp": 1657601812104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.201Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.201Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.201Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601813446, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.201Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.201Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.201Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "cds", "timestamp": 1657601816958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.201Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.201Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.201Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "ves-openapi-manager", "timestamp": 1657601809649, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.201Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.201Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.201Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "aai-ml", "timestamp": 1657601812104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.202Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.202Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.202Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601813446, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.202Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.202Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.203Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "cds", "timestamp": 1657601816958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.203Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.204Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.204Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "aai-ml", "timestamp": 1657601812104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.205Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.205Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.205Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601813446, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.206Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.211Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.211Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "clamp", "timestamp": 1657601820359, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:57:10.211Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:57:10.212Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.212Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "multicloud-k8s-id", "timestamp": 1657601819412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.212Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.212Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.212Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "cds", "timestamp": 1657601816958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.212Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.212Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.212Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "policy-id", "timestamp": 1657601820047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.212Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.212Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.212Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "aai-ml", "timestamp": 1657601812104, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:57:10.213Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.213Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.213Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601813446, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.213Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.213Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.213Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "multicloud-k8s-id", "timestamp": 1657601819412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-12T04:57:10.213Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.213Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.213Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "cds", "timestamp": 1657601816958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.213Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.213Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.214Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "policy-id", "timestamp": 1657601820047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.214Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.214Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.214Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "aai-ml", "timestamp": 1657601822985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:57:10.214Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:57:10.214Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.214Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601813446, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.214Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.214Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.215Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "multicloud-k8s-id", "timestamp": 1657601819412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-12T04:57:10.215Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.215Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.215Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "cds", "timestamp": 1657601816958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.215Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.215Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.215Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "policy-id", "timestamp": 1657601820047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-12T04:57:10.215Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.216Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.216Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601813446, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:57:10.216Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.216Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.216Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "multicloud-k8s-id", "timestamp": 1657601819412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.216Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.216Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.216Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "cds", "timestamp": 1657601816958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.216Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.216Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.216Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "policy-id", "timestamp": 1657601820047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.217Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.217Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.217Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "multicloud-k8s-id", "timestamp": 1657601819412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-12T04:57:10.217Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.217Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.217Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601824382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:57:10.217Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:57:10.217Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.217Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "cds", "timestamp": 1657601816958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:57:10.217Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.217Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.218Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "policy-id", "timestamp": 1657601820047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.218Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.218Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.218Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "multicloud-k8s-id", "timestamp": 1657601819412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.219Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.219Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.219Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "policy-id", "timestamp": 1657601820047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.219Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.219Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.219Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "cds", "timestamp": 1657601826156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:57:10.219Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:57:10.219Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.220Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "clamp", "timestamp": 1657601826364, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:57:10.220Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:57:10.220Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.220Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "multicloud-k8s-id", "timestamp": 1657601819412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.220Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.220Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.220Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "policy-id", "timestamp": 1657601820047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.220Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.220Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.220Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "clamp", "timestamp": 1657601827378, "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-07-12T04:57:10.232Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eaa44cfa-81ce-4285-b635-15940763900e 2022-07-12T04:57:10.233Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eaa44cfa-81ce-4285-b635-15940763900e 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-07-12T04:57:10.269Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.269Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "multicloud-k8s-id", "timestamp": 1657601819412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:57:10.269Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.270Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.270Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "cds", "timestamp": 1657601827538, "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-07-12T04:57:10.301Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5778c2e3-da93-481c-9ee8-5efc69e2d4c5 2022-07-12T04:57:10.301Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5778c2e3-da93-481c-9ee8-5efc69e2d4c5 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-07-12T04:57:10.318Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.318Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601827431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:57:10.318Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:57:10.319Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.319Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "policy-id", "timestamp": 1657601820047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:57:10.319Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.319Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.319Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601828436, "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-07-12T04:57:10.334Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eaa44cfa-81ce-4285-b635-15940763900e 2022-07-12T04:57:10.334Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eaa44cfa-81ce-4285-b635-15940763900e 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-07-12T04:57:10.355Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.356Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "multicloud-k8s-id", "timestamp": 1657601828246, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T04:57:10.356Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:57:10.356Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.357Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "clamp", "timestamp": 1657601828384, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.357Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.357Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.357Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "policy-id", "timestamp": 1657601829013, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:57:10.357Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:57:10.357Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.357Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "multicloud-k8s-id", "timestamp": 1657601829356, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T04:57:10.357Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:57:10.358Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.358Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "ves-openapi-manager", "timestamp": 1657601829649, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.358Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:57:10.358Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:10.359Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T04:57:10.360Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"eaa44cfa-81ce-4285-b635-15940763900e","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"941b73e8-94ab-49ca-bebe-10dc72cbc84a","serviceDescription":"service","serviceInvariantUUID":"fe24860c-f671-431a-9ff5-d04d7e529bc7","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"679637a5-ec73-49cf-8053-26dc4ea13223","resourceInvariantUUID":"d163cf4c-abd9-4d65-884a-d8b4a3d4ec04","resourceCustomizationUUID":"09759ebd-5fde-41f7-9a45-a08348aafc5d","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":"OWFiOGY4YWZjMmM0OWExMTMwYTFmOWU2NDhhZGY2NDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bbffefb9-28f6-402f-9bf6-09b064736479","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":"MjNkYmRkNThjMDZhZjcyOWI3MWIwODZhOWRlY2VlODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4d56dc88-d6a3-4ae2-8611-8cb238c58678","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":"6cb36e2a-a3a5-402b-8849-2ea85d1ed2af","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":"0e17c463-0733-4f1d-95d5-26bd28b0efb8","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":"85df8050-14ef-4483-837a-db7f0ef74ca7","artifactVersion":"2","generatedFromUUID":"9db01eff-e0c4-4868-9f15-9f8a6053663e"},{"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":"906545a8-8e6c-41a3-a2c4-c98255dbe715","artifactVersion":"2","generatedFromUUID":"6cb36e2a-a3a5-402b-8849-2ea85d1ed2af"},{"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":"9db01eff-e0c4-4868-9f15-9f8a6053663e","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":"d3f60be7-e30d-438a-a4ab-842634a4a19e","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":"MmU4OTViYTk4YzNlNzA0YWY5NmI1ZGI2MzEwOTA4ODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8f7f2131-e660-418a-b2bf-e6f1ec41286e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NzA4NzI4MzVmYWJiMjZhMTRiZjE0YzdjZDU1NmI4YmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3c10cd78-4617-4f47-af0a-c4a83737f7a0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-12T04:57:10.365Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:57:10.365Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:10.369Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:10.370Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:10.469Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:57:10.471Z||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-07-12T04:57:10.471Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:10.494Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:10.496Z||pool-89-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:57:11.370Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:57:11.372Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:11.374Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:11.374Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-12T04:57:11.474Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:57:11.476Z||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-07-12T04:57:11.477Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:11.503Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:11.506Z||pool-90-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:57:12.375Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:57:12.376Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:12.380Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:12.380Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-12T04:57:12.480Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:57:12.482Z||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-07-12T04:57:12.482Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:12.520Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:12.521Z||pool-91-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:57:13.381Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:57:13.387Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:13.390Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:13.391Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:13.492Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-12T04:57:13.494Z||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-07-12T04:57:13.494Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:13.528Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:13.529Z||pool-92-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:57:14.392Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:57:14.393Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:14.395Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:14.396Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-07-12T04:57:14.496Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:57:14.497Z||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-07-12T04:57:14.497Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:14.513Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:14.513Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:57:15.398Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:57:15.399Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:15.408Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:15.409Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-07-12T04:57:15.509Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:57:15.510Z||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-07-12T04:57:15.510Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:15.537Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:15.537Z||pool-94-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:57:16.410Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:57:16.411Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:16.414Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:16.414Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-07-12T04:57:16.514Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:57:16.515Z||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-07-12T04:57:16.515Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:16.546Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:16.546Z||pool-95-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:57:17.415Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:57:17.416Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:17.418Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:17.418Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:17.519Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:57:17.520Z||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-07-12T04:57:17.520Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:17.552Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:17.552Z||pool-96-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:57:18.419Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:57:18.420Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:18.423Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:18.423Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T04:57:18.523Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:57:18.524Z||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-07-12T04:57:18.524Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:18.560Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:18.561Z||pool-97-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:57:19.424Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T04:57:19.425Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:19.428Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:19.428Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T04:57:19.528Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:57:19.529Z||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-07-12T04:57:19.529Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:19.556Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:19.557Z||pool-98-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:57:20.429Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "941b73e8-94ab-49ca-bebe-10dc72cbc84a", "serviceDescription": "service", "serviceInvariantUUID": "fe24860c-f671-431a-9ff5-d04d7e529bc7", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "09759ebd-5fde-41f7-9a45-a08348aafc5d", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "679637a5-ec73-49cf-8053-26dc4ea13223", "resourceInvariantUUID": "d163cf4c-abd9-4d65-884a-d8b4a3d4ec04", "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": "MjNkYmRkNThjMDZhZjcyOWI3MWIwODZhOWRlY2VlODY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4d56dc88-d6a3-4ae2-8611-8cb238c58678", "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": "6cb36e2a-a3a5-402b-8849-2ea85d1ed2af", "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": "906545a8-8e6c-41a3-a2c4-c98255dbe715", "generatedFromUUID": "6cb36e2a-a3a5-402b-8849-2ea85d1ed2af" }, "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": "85df8050-14ef-4483-837a-db7f0ef74ca7", "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": "906545a8-8e6c-41a3-a2c4-c98255dbe715", "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": "9db01eff-e0c4-4868-9f15-9f8a6053663e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NzA4NzI4MzVmYWJiMjZhMTRiZjE0YzdjZDU1NmI4YmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3c10cd78-4617-4f47-af0a-c4a83737f7a0" } ], "workloadContext": "Production" } 2022-07-12T04:57:20.430Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-12T04:57:20.430Z|61189ba9-56ad-4720-bb42-4d7482426384|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 941b73e8-94ab-49ca-bebe-10dc72cbc84a ASDC 2022-07-12T04:57:20.431Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:eaa44cfa-81ce-4285-b635-15940763900e ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:941b73e8-94ab-49ca-bebe-10dc72cbc84a ServiceInvariantUUID:fe24860c-f671-431a-9ff5-d04d7e529bc7 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:3c10cd78-4617-4f47-af0a-c4a83737f7a0 ArtifactChecksum:NzA4NzI4MzVmYWJiMjZhMTRiZjE0YzdjZDU1NmI4YmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:09759ebd-5fde-41f7-9a45-a08348aafc5d ResourceInvariantUUID:d163cf4c-abd9-4d65-884a-d8b4a3d4ec04 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:679637a5-ec73-49cf-8053-26dc4ea13223 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:4d56dc88-d6a3-4ae2-8611-8cb238c58678 ArtifactChecksum:MjNkYmRkNThjMDZhZjcyOWI3MWIwODZhOWRlY2VlODY= 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:6cb36e2a-a3a5-402b-8849-2ea85d1ed2af 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:906545a8-8e6c-41a3-a2c4-c98255dbe715 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:85df8050-14ef-4483-837a-db7f0ef74ca7 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:906545a8-8e6c-41a3-a2c4-c98255dbe715 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:9db01eff-e0c4-4868-9f15-9f8a6053663e ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-12T04:57:20.431Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 941b73e8-94ab-49ca-bebe-10dc72cbc84a 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-07-12T04:57:20.528Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T04:57:20.529Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-07-12T04:57:20.529Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-07-12T04:57:20.530Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3c10cd78-4617-4f47-af0a-c4a83737f7a0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-12T04:57:20.530Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-12T04:57:20.530Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-12T04:57:20.724Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-12T04:57:20.733Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 3c10cd78-4617-4f47-af0a-c4a83737f7a0 158212 2022-07-12T04:57:20.734Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-07-12T04:57:20.734Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-12T04:57:20.734Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:57:20.734Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:20.737Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:20.737Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601840733, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T04:57:20.838Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-12T04:57:20.839Z||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-07-12T04:57:20.839Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:20.875Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:20.876Z||pool-99-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":5,"count":1} 2022-07-12T04:57:21.738Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T04:57:21.739Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-07-12T04:57:21.739Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3c10cd78-4617-4f47-af0a-c4a83737f7a0, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-12T04:57:21.740Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-07-12T04:57:21.740Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-12T04:57:21.741Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-12T04:57:22.037Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14089135048666575634/Definitions/service-BasicCnfMacro-template.yml 2022-07-12T04:57:23.459Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-12T04:57:23.460Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-07-12T04:57:23.460Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-12T04:57:23.460Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-07-12T04:57:23.460Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-12T04:57:23.460Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-12T04:57:23.460Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-12T04:57:23.460Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-07-12T04:57:23.460Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-07-12T04:57:23.460Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:23.461Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:57:23.461Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-12T04:57:23.461Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-07-12T04:57:23.461Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T04:57:23.461Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:23.462Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:57:23.462Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-12T04:57:23.462Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-07-12T04:57:23.462Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T04:57:23.462Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:23.462Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:57:23.462Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:23.463Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-07-12T04:57:23.463Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-07-12T04:57:23.463Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-07-12T04:57:23.463Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-12T04:57:23.463Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:23.464Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T04:57:23.464Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:23.464Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-12T04:57:23.464Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:57:23.464Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:23.465Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-12T04:57:23.465Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:57:23.465Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:23.465Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-12T04:57:23.466Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:57:23.466Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:23.466Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-12T04:57:23.466Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:57:23.466Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:23.467Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-07-12T04:57:23.467Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-07-12T04:57:23.467Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=8a52c27a-1d96-4511-97b5-8983be94dd81 2022-07-12T04:57:23.467Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:23.468Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:57:23.468Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:23.468Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:57:23.468Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:23.468Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:57:23.468Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:23.469Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:57:23.469Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:941b73e8-94ab-49ca-bebe-10dc72cbc84a Model Version:NULL Model InvariantUuid:fe24860c-f671-431a-9ff5-d04d7e529bc7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:aa138067-241e-4851-bc41-b7dc0c6c8a8e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d163cf4c-abd9-4d65-884a-d8b4a3d4ec04 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:09759ebd-5fde-41f7-9a45-a08348aafc5d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:edd919af-f55c-4549-b522-6ee3d195c493 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:b191efe4-bf48-4943-be30-e4cc649ab6f1 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:1b8a9334-df5b-4dde-8cf5-47faadbf008d ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:b242de3c-2b76-409a-8d7c-02c14ad0b047 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8a52c27a-1d96-4511-97b5-8983be94dd81 ModelInvariantUuid:b131346e-8b23-4fd1-bb6b-45e06181d4d1 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:1e9e7faf-f64f-416e-a5a3-607039455458 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:14e4def8-a1e4-4e05-bf8d-611be75a9bfb ModelInvariantUuid:fec2758b-212b-4294-b351-188c23370543 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:217d211c-d18f-4478-bdae-df174c7ff423 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-07-12T04:57:23.509Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 679637a5-ec73-49cf-8053-26dc4ea13223 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-07-12T04:57:23.526Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||basic_cnf_macro 0 2022-07-12T04:57:23.527Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 679637a5-ec73-49cf-8053-26dc4ea13223 2022-07-12T04:57:23.527Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4d56dc88-d6a3-4ae2-8611-8cb238c58678 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-07-12T04:57:23.527Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-12T04:57:23.527Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-07-12T04:57:23.752Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-12T04:57:23.753Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 4d56dc88-d6a3-4ae2-8611-8cb238c58678 1565 2022-07-12T04:57:23.754Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-07-12T04:57:23.754Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-07-12T04:57:23.754Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:57:23.754Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:23.757Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:23.758Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601843753, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T04:57:23.857Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:57:23.859Z||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-07-12T04:57:23.859Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:23.877Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:23.878Z||pool-100-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:57:24.758Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "1b8a9334-df5b-4dde-8cf5-47faadbf008d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b242de3c-2b76-409a-8d7c-02c14ad0b047", "vfModuleModelCustomizationUUID": "3024d766-3a3e-473d-afe1-5a4fa1dabf01", "isBase": true, "artifacts": [ "6cb36e2a-a3a5-402b-8849-2ea85d1ed2af", "906545a8-8e6c-41a3-a2c4-c98255dbe715" ], "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": "edd919af-f55c-4549-b522-6ee3d195c493", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b191efe4-bf48-4943-be30-e4cc649ab6f1", "vfModuleModelCustomizationUUID": "b03090df-1814-4225-b91b-b0fc3f47d0bb", "isBase": false, "artifacts": [ "9db01eff-e0c4-4868-9f15-9f8a6053663e" ], "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-07-12T04:57:24.764Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b242de3c-2b76-409a-8d7c-02c14ad0b047 VfModuleModelInvariantUUID:1b8a9334-df5b-4dde-8cf5-47faadbf008d VfModuleModelDescription:NULL Artifacts UUID List:{ 6cb36e2a-a3a5-402b-8849-2ea85d1ed2af , 906545a8-8e6c-41a3-a2c4-c98255dbe715 } 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:b191efe4-bf48-4943-be30-e4cc649ab6f1 VfModuleModelInvariantUUID:edd919af-f55c-4549-b522-6ee3d195c493 VfModuleModelDescription:NULL Artifacts UUID List:{ 9db01eff-e0c4-4868-9f15-9f8a6053663e } 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-07-12T04:57:24.767Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "1b8a9334-df5b-4dde-8cf5-47faadbf008d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b242de3c-2b76-409a-8d7c-02c14ad0b047", "vfModuleModelCustomizationUUID": "3024d766-3a3e-473d-afe1-5a4fa1dabf01", "isBase": true, "artifacts": [ "6cb36e2a-a3a5-402b-8849-2ea85d1ed2af", "906545a8-8e6c-41a3-a2c4-c98255dbe715" ], "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": "edd919af-f55c-4549-b522-6ee3d195c493", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b191efe4-bf48-4943-be30-e4cc649ab6f1", "vfModuleModelCustomizationUUID": "b03090df-1814-4225-b91b-b0fc3f47d0bb", "isBase": false, "artifacts": [ "9db01eff-e0c4-4868-9f15-9f8a6053663e" ], "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-07-12T04:57:24.767Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b242de3c-2b76-409a-8d7c-02c14ad0b047 VfModuleModelInvariantUUID:1b8a9334-df5b-4dde-8cf5-47faadbf008d VfModuleModelDescription:NULL Artifacts UUID List:{ 6cb36e2a-a3a5-402b-8849-2ea85d1ed2af , 906545a8-8e6c-41a3-a2c4-c98255dbe715 } 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:b191efe4-bf48-4943-be30-e4cc649ab6f1 VfModuleModelInvariantUUID:edd919af-f55c-4549-b522-6ee3d195c493 VfModuleModelDescription:NULL Artifacts UUID List:{ 9db01eff-e0c4-4868-9f15-9f8a6053663e } 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-07-12T04:57:24.767Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6cb36e2a-a3a5-402b-8849-2ea85d1ed2af from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-07-12T04:57:24.767Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-12T04:57:24.767Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-07-12T04:57:24.982Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-12T04:57:24.983Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 6cb36e2a-a3a5-402b-8849-2ea85d1ed2af 914 2022-07-12T04:57:24.983Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-07-12T04:57:24.983Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-07-12T04:57:24.984Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:57:24.984Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:24.986Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:24.986Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601844983, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T04:57:25.086Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:57:25.087Z||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-07-12T04:57:25.088Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:25.107Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:25.108Z||pool-101-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:57:25.987Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 85df8050-14ef-4483-837a-db7f0ef74ca7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-07-12T04:57:25.987Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-12T04:57:25.987Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-07-12T04:57:26.123Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-12T04:57:26.124Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 85df8050-14ef-4483-837a-db7f0ef74ca7 12 2022-07-12T04:57:26.124Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-07-12T04:57:26.124Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-07-12T04:57:26.124Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:57:26.124Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:26.127Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:26.127Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601846124, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-07-12T04:57:26.227Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:57:26.228Z||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-07-12T04:57:26.228Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:26.243Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:26.244Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:57:27.128Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 906545a8-8e6c-41a3-a2c4-c98255dbe715 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-07-12T04:57:27.128Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-12T04:57:27.129Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-07-12T04:57:27.265Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-12T04:57:27.266Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 906545a8-8e6c-41a3-a2c4-c98255dbe715 96 2022-07-12T04:57:27.266Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-07-12T04:57:27.266Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-07-12T04:57:27.266Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:57:27.267Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:27.271Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:27.271Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601847266, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-07-12T04:57:27.370Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T04:57:27.371Z||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-07-12T04:57:27.371Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:27.390Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:27.391Z||pool-103-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:57:28.272Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9db01eff-e0c4-4868-9f15-9f8a6053663e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-07-12T04:57:28.272Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-12T04:57:28.272Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-07-12T04:57:28.369Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-12T04:57:28.370Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 9db01eff-e0c4-4868-9f15-9f8a6053663e 20206 2022-07-12T04:57:28.370Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-07-12T04:57:28.370Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-07-12T04:57:28.370Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T04:57:28.370Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:28.372Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:28.372Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601848370, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-07-12T04:57:28.473Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:57:28.474Z||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-07-12T04:57:28.474Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:28.497Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:28.498Z||pool-104-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:57:29.377Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 941b73e8-94ab-49ca-bebe-10dc72cbc84a 2022-07-12T04:57:29.377Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 679637a5-ec73-49cf-8053-26dc4ea13223 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-07-12T04:57:29.452Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3cf6ec76, org.onap.sdc.toscaparser.api.parameters.Input@2c98f5dc, org.onap.sdc.toscaparser.api.parameters.Input@1e5396fb, org.onap.sdc.toscaparser.api.parameters.Input@3b660913, org.onap.sdc.toscaparser.api.parameters.Input@3078d755] 2022-07-12T04:57:29.454Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:29.454Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:57:29.454Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-07-12T04:57:29.454Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 09759ebd-5fde-41f7-9a45-a08348aafc5d 2022-07-12T04:57:29.455Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 09759ebd-5fde-41f7-9a45-a08348aafc5d matches Tosca VF Customization UUID: 09759ebd-5fde-41f7-9a45-a08348aafc5d 2022-07-12T04:57:29.455Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 09759ebd-5fde-41f7-9a45-a08348aafc5d 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-07-12T04:57:29.470Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:29.470Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:57:29.471Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 09759ebd-5fde-41f7-9a45-a08348aafc5d: {\"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-07-12T04:57:29.471Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5266f7e8 2022-07-12T04:57:29.471Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:29.471Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T04:57:29.471Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b03090df-1814-4225-b91b-b0fc3f47d0bb 2022-07-12T04:57:29.472Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b03090df-1814-4225-b91b-b0fc3f47d0bb 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-07-12T04:57:29.479Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:29.480Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-12T04:57:29.480Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:57:29.480Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:29.481Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-12T04:57:29.481Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T04:57:29.482Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:29.482Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-07-12T04:57:29.482Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=09759ebd-5fde-41f7-9a45-a08348aafc5d 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-07-12T04:57:29.502Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:29.503Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:57:29.503Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 941b73e8-94ab-49ca-bebe-10dc72cbc84a: basic_cnf_macro 2022-07-12T04:57:29.504Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:29.504Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:57:29.504Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:29.505Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:57:29.505Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:29.505Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:57:29.506Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:29.506Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:57:29.506Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T04:57:29.506Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T04:57:29.507Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-07-12T04:57:29.803Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 679637a5-ec73-49cf-8053-26dc4ea13223 2 ASDC deployResourceStructure 2022-07-12T04:57:29.803Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-07-12T04:57:29.804Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-07-12T04:57:29.804Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:57:29.804Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:29.806Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:29.806Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601849803, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T04:57:29.906Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:57:29.907Z||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-07-12T04:57:29.908Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:29.938Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:29.939Z||pool-105-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:57:30.807Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-07-12T04:57:30.808Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-07-12T04:57:30.808Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:57:30.808Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:30.811Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:30.811Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601850807, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-07-12T04:57:30.911Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:57:30.912Z||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-07-12T04:57:30.912Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:30.932Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:30.933Z||pool-106-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:57:31.812Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-07-12T04:57:31.812Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-07-12T04:57:31.812Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-12T04:57:31.813Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:31.816Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:31.816Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601851812, "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-07-12T04:57:31.917Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:57:31.919Z||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-07-12T04:57:31.919Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:31.943Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:31.944Z||pool-107-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:57:32.819Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-07-12T04:57:32.820Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-07-12T04:57:32.820Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:57:32.820Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:32.822Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:32.822Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601852819, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-07-12T04:57:32.923Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:57:32.925Z||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-07-12T04:57:32.925Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:32.952Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:32.953Z||pool-108-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-07-12T04:57:33.824Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-07-12T04:57:33.825Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-07-12T04:57:33.825Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-07-12T04:57:33.826Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:33.830Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:33.830Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601853823, "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-07-12T04:57:33.930Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:57:33.932Z||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-07-12T04:57:33.932Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:33.953Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:33.954Z||pool-109-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:57:34.831Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-07-12T04:57:34.832Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-07-12T04:57:34.832Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T04:57:34.832Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T04:57:34.834Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T04:57:34.834Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601854831, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:57:34.934Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T04:57:34.936Z||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-07-12T04:57:34.936Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T04:57:34.961Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:57:34.963Z||pool-110-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-07-12T04:57:35.835Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eaa44cfa-81ce-4285-b635-15940763900e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T04:57:35.862Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eaa44cfa-81ce-4285-b635-15940763900e 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-07-12T04:57:35.875Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T04:57:35.879Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T04:57:35.879Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T04:58:05.879Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eaa44cfa-81ce-4285-b635-15940763900e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T04:58:05.897Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eaa44cfa-81ce-4285-b635-15940763900e 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-07-12T04:58:05.901Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T04:58:05.902Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T04:58:05.902Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T04:58:09.704Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:58:09.705Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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-07-12T04:58:09.705Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:58:09.747Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:58:09.748Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:58:09.748Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "clamp", "timestamp": 1657601828384, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-12T04:58:09.750Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T04:58:35.902Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eaa44cfa-81ce-4285-b635-15940763900e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T04:58:35.934Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eaa44cfa-81ce-4285-b635-15940763900e 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-07-12T04:58:35.941Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T04:58:35.941Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T04:58:35.941Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T04:59:05.942Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eaa44cfa-81ce-4285-b635-15940763900e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T04:59:05.961Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eaa44cfa-81ce-4285-b635-15940763900e 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-07-12T04:59:05.966Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T04:59:05.966Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T04:59:05.967Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T04:59:09.704Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T04:59:09.705Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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-07-12T04:59:09.705Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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 0qBguNp4MCvSrn1J) ... 2022-07-12T04:59:09.755Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T04:59:09.756Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T04:59:09.756Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "policy-id", "timestamp": 1657601830018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T04:59:09.757Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T04:59:35.967Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eaa44cfa-81ce-4285-b635-15940763900e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T04:59:35.983Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eaa44cfa-81ce-4285-b635-15940763900e 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-07-12T04:59:35.988Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T04:59:35.988Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T04:59:35.989Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T05:00:05.990Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eaa44cfa-81ce-4285-b635-15940763900e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T05:00:06.021Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eaa44cfa-81ce-4285-b635-15940763900e 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-07-12T05:00:06.026Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T05:00:06.027Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-07-12T05:00:06.027Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-07-12T05:00:09.704Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:00:09.705Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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-07-12T05:00:09.705Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:00:09.779Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:00:09.781Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.781Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.782Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.782Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.782Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "ves-openapi-manager", "timestamp": 1657601829649, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.783Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.783Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.783Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "multicloud-k8s-id", "timestamp": 1657601830583, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-12T05:00:09.783Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:00:09.783Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.783Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "clamp", "timestamp": 1657601828384, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.783Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.784Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.784Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "policy-id", "timestamp": 1657601831024, "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-07-12T05:00:09.800Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5778c2e3-da93-481c-9ee8-5efc69e2d4c5 2022-07-12T05:00:09.801Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5778c2e3-da93-481c-9ee8-5efc69e2d4c5 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-07-12T05:00:09.845Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.846Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-07-12T05:00:09.846Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.846Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.847Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "ves-openapi-manager", "timestamp": 1657601829649, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.847Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.847Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.847Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "multicloud-k8s-id", "timestamp": 1657601831613, "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-07-12T05:00:09.855Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5778c2e3-da93-481c-9ee8-5efc69e2d4c5 2022-07-12T05:00:09.855Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5778c2e3-da93-481c-9ee8-5efc69e2d4c5 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-07-12T05:00:09.877Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.878Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "clamp", "timestamp": 1657601828384, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.879Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.879Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.879Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-07-12T05:00:09.879Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.880Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.880Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "ves-openapi-manager", "timestamp": 1657601829649, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.880Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.880Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.880Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "multicloud-k8s-id", "timestamp": 1657601832618, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T05:00:09.881Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:00:09.881Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.881Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "clamp", "timestamp": 1657601828384, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.882Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.882Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.883Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.883Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.883Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.883Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "aai-ml", "timestamp": 1657601834610, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T05:00:09.884Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:00:09.884Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.884Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "ves-openapi-manager", "timestamp": 1657601829649, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.884Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.885Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.885Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "clamp", "timestamp": 1657601828384, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.885Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.886Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.886Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-07-12T05:00:09.887Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.887Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.887Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "aai-ml", "timestamp": 1657601835620, "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-07-12T05:00:09.903Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eaa44cfa-81ce-4285-b635-15940763900e 2022-07-12T05:00:09.904Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eaa44cfa-81ce-4285-b635-15940763900e 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-07-12T05:00:09.932Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.933Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "ves-openapi-manager", "timestamp": 1657601829649, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.933Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.934Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.934Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "clamp", "timestamp": 1657601828384, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.934Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.934Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.934Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-07-12T05:00:09.934Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.934Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.934Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "ves-openapi-manager", "timestamp": 1657601829649, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.934Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.935Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.935Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "clamp", "timestamp": 1657601828384, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T05:00:09.935Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.935Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.936Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-07-12T05:00:09.936Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.936Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.936Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "ves-openapi-manager", "timestamp": 1657601829649, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.936Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.936Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.937Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.937Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.937Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.937Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.938Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.938Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.938Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T05:00:09.938Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.938Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.939Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601840733, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T05:00:09.939Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:00:09.939Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.939Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "aai-ml", "timestamp": 1657601842104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.939Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.940Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.940Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "clamp", "timestamp": 1657601842371, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T05:00:09.940Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:00:09.940Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.941Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "aai-ml", "timestamp": 1657601842104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.941Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.941Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.941Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "aai-ml", "timestamp": 1657601842104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.941Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.942Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.942Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601843753, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T05:00:09.943Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:00:09.943Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.943Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601843446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.943Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.943Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.944Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "aai-ml", "timestamp": 1657601842104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.944Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.944Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.944Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601843446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.944Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.944Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.945Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601844983, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T05:00:09.945Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:00:09.945Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.945Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "aai-ml", "timestamp": 1657601842104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.945Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.945Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.946Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601843446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.946Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.946Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.946Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "clamp", "timestamp": 1657601846374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T05:00:09.946Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:00:09.947Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.947Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601846124, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-07-12T05:00:09.947Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:00:09.947Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.947Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "aai-ml", "timestamp": 1657601842104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.948Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.948Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.948Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601843446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.948Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.949Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.949Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "clamp", "timestamp": 1657601847379, "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-07-12T05:00:09.969Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5778c2e3-da93-481c-9ee8-5efc69e2d4c5 2022-07-12T05:00:09.970Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5778c2e3-da93-481c-9ee8-5efc69e2d4c5 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-07-12T05:00:09.987Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.988Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601847266, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-07-12T05:00:09.988Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:00:09.989Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.989Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "aai-ml", "timestamp": 1657601842104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.989Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.989Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.989Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601843446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.990Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.990Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.990Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601848370, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-07-12T05:00:09.990Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:00:09.990Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.990Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "aai-ml", "timestamp": 1657601842104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T05:00:09.991Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.991Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.991Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601843446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.991Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.992Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.992Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601849803, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T05:00:09.992Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:00:09.992Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.993Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "aai-ml", "timestamp": 1657601851029, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T05:00:09.993Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:00:09.993Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.993Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601843446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T05:00:09.994Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.994Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.994Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601850807, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-07-12T05:00:09.994Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:00:09.995Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.995Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601843446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T05:00:09.995Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:00:09.995Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.996Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601851812, "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-07-12T05:00:09.996Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:00:09.996Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.996Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601852339, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T05:00:09.997Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:00:09.997Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.997Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601852819, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-07-12T05:00:09.997Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:00:09.998Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.998Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601853823, "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-07-12T05:00:09.998Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:00:09.998Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.999Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601854831, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T05:00:09.999Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:00:09.999Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:09.999Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601855161, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T05:00:10.000Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:00:10.000Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:10.000Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601856168, "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-07-12T05:00:10.009Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5778c2e3-da93-481c-9ee8-5efc69e2d4c5 2022-07-12T05:00:10.009Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5778c2e3-da93-481c-9ee8-5efc69e2d4c5 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-07-12T05:00:10.035Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:10.036Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "aai-ml", "timestamp": 1657601861683, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T05:00:10.036Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:00:10.036Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:00:10.036Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "aai-ml", "timestamp": 1657601862687, "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-07-12T05:00:10.043Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5778c2e3-da93-481c-9ee8-5efc69e2d4c5 2022-07-12T05:00:10.043Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5778c2e3-da93-481c-9ee8-5efc69e2d4c5 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-07-12T05:00:36.028Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eaa44cfa-81ce-4285-b635-15940763900e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T05:00:36.047Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eaa44cfa-81ce-4285-b635-15940763900e 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-07-12T05:00:36.054Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T05:00:36.054Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-12T05:00:36.054Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-12T05:00:36.055Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-12T05:00:36.055Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T05:00:36.055Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T05:00:36.056Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T05:00:36.056Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T05:00:36.056Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T05:00:36.056Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T05:00:36.057Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-12T05:00:36.064Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-12T05:01:06.065Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eaa44cfa-81ce-4285-b635-15940763900e 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-07-12T05:01:06.077Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eaa44cfa-81ce-4285-b635-15940763900e and serviceModelVersionId: 941b73e8-94ab-49ca-bebe-10dc72cbc84a 2022-07-12T05:01:06.078Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe24860c-f671-431a-9ff5-d04d7e529bc7 2022-07-12T05:01:06.079Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe24860c-f671-431a-9ff5-d04d7e529bc7/model-vers/model-ver/941b73e8-94ab-49ca-bebe-10dc72cbc84a?depth=0 2022-07-12T05:01:06.088Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-07-12T05:01:06.171Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe24860c-f671-431a-9ff5-d04d7e529bc7/model-vers/model-ver/941b73e8-94ab-49ca-bebe-10dc72cbc84a?depth=0|INFO|500||Invoke 2022-07-12T05:01:06.171Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe24860c-f671-431a-9ff5-d04d7e529bc7/model-vers/model-ver/941b73e8-94ab-49ca-bebe-10dc72cbc84a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe24860c-f671-431a-9ff5-d04d7e529bc7/model-vers/model-ver/941b73e8-94ab-49ca-bebe-10dc72cbc84a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[eaa44cfa-81ce-4285-b635-15940763900e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[afe85a29-2618-403f-b8d2-a04ddc1b0b23], X-ECOMP-RequestID=[eaa44cfa-81ce-4285-b635-15940763900e], X-TransactionId=[], X-ONAP-RequestID=[eaa44cfa-81ce-4285-b635-15940763900e], Content-Type=[application/merge-patch+json]} 2022-07-12T05:01:06.220Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe24860c-f671-431a-9ff5-d04d7e529bc7/model-vers/model-ver/941b73e8-94ab-49ca-bebe-10dc72cbc84a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-12T05:01:06.418Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe24860c-f671-431a-9ff5-d04d7e529bc7/model-vers/model-ver/941b73e8-94ab-49ca-bebe-10dc72cbc84a?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/fe24860c-f671-431a-9ff5-d04d7e529bc7/model-vers/model-ver/941b73e8-94ab-49ca-bebe-10dc72cbc84a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220712-05:01:06:229-92934], vertex-id=[434296], Content-Length=[0], Date=[Tue, 12 Jul 2022 05:01:06 GMT], Content-Type=[application/json]} 2022-07-12T05:01:06.419Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe24860c-f671-431a-9ff5-d04d7e529bc7/model-vers/model-ver/941b73e8-94ab-49ca-bebe-10dc72cbc84a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-12T05:01:06.420Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe24860c-f671-431a-9ff5-d04d7e529bc7/model-vers/model-ver/941b73e8-94ab-49ca-bebe-10dc72cbc84a?depth=0|INFO|500||InvokeReturn 2022-07-12T05:01:06.421Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-12T05:01:06.421Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-12T05:01:06.431Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-12T05:01:06.432Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eaa44cfa-81ce-4285-b635-15940763900e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-12T05:01:06.432Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-12T05:01:06.433Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:01:06.442Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:01:06.443Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602066432, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T05:01:06.542Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T05:01:06.543Z||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-07-12T05:01:06.543Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:01:06.583Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:01:06.584Z||pool-111-thread-1|||||INFO|500||cambria reply ok (41 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-07-12T05:01:07.459Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-07-12T05:01:07.459Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"5778c2e3-da93-481c-9ee8-5efc69e2d4c5","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"92246771-ff4a-44aa-9105-6cb153c7c30b","serviceDescription":"service","serviceInvariantUUID":"6381b76e-a8a8-48b8-a723-a38987dfcb2f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5930d158-dd7a-40e7-9829-3dbe353ed0e0","resourceInvariantUUID":"7d129a5e-773a-45bf-bd87-edd3bf65bc6c","resourceCustomizationUUID":"4220da56-26d4-40fe-a1ca-4c90140ebfa6","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":"NTdhOWEyY2IxYTQyYmE3Yzk2ZDBjZDUwMzU0NmZiZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b147bb1e-ada0-4010-9f85-2b0d7014521d","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":"NzQ1MjFmMzkxMjBiM2EyMjI2ODlkMzBhYzQ3ODUzYmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5a8cbeed-6149-4eb0-8c22-d1dd52a20148","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":"3feeaec1-4bdb-4ecd-aa55-6222d0ff8c8b","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":"e58c19a2-92f3-486e-a0e3-cf19b6651ac5","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":"b8c0feec-181f-43c9-90df-d399bfb3a64c","artifactVersion":"2","generatedFromUUID":"3feeaec1-4bdb-4ecd-aa55-6222d0ff8c8b"},{"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":"MmYzZDQyYTdiZWYxZWJiOWEyMTExY2RjNzNkZjAxODc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5efc707c-ad02-43ca-831e-35ad1e018c08","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":"YWRkOWRmNzA3ODNlZWE4NmI3ZGU5YzM0OWQxMDQxZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"53fadea8-4aea-46f8-8b99-398062588f16","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"Yjc5NzhlZDIxNjgxNzk1NzA1Nzc1YWZjYTgzOThhMjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ee89ef00-09b5-4410-ab1c-c2016a9d3489","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-12T05:01:07.460Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T05:01:07.461Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:01:07.464Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:01:07.464Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:07.564Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T05:01:07.565Z||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-07-12T05:01:07.565Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:01:07.586Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:01:07.587Z||pool-112-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-07-12T05:01:08.464Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T05:01:08.465Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:01:08.468Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:01:08.469Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-12T05:01:08.569Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T05:01:08.570Z||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-07-12T05:01:08.570Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:01:08.602Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:01:08.603Z||pool-113-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-07-12T05:01:09.469Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T05:01:09.471Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:01:09.473Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:01:09.473Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-12T05:01:09.573Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T05:01:09.574Z||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-07-12T05:01:09.575Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:01:09.597Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:01:09.598Z||pool-114-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-12T05:01:09.704Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:01:09.705Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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-07-12T05:01:09.705Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:01:09.764Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:01:09.766Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.766Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "multicloud-k8s-id", "timestamp": 1657601899412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.767Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.767Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.767Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "cds", "timestamp": 1657601898796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.767Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.767Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.768Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "aai-ml", "timestamp": 1657601902104, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.768Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.768Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.768Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601903446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.768Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.768Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.768Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "policy-id", "timestamp": 1657601900047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.768Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.768Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.768Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "multicloud-k8s-id", "timestamp": 1657601899412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.768Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.769Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.769Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "cds", "timestamp": 1657601898796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.769Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.769Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.769Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "aai-ml", "timestamp": 1657601902104, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.769Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.769Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.769Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601903446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.769Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.770Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.770Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "policy-id", "timestamp": 1657601900047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.770Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.770Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.770Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "multicloud-k8s-id", "timestamp": 1657601899412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.770Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.770Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.770Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "policy-id", "timestamp": 1657601900047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.771Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.771Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.771Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "cds", "timestamp": 1657601898796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.771Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.771Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.771Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "aai-ml", "timestamp": 1657601902104, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.772Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.772Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.772Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601903446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.772Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.772Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.772Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "aai-ml", "timestamp": 1657601902104, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.772Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.772Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.773Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "multicloud-k8s-id", "timestamp": 1657601899412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.773Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.773Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.773Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "cds", "timestamp": 1657601898796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.773Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.773Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.773Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "policy-id", "timestamp": 1657601900047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.774Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.774Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.774Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601903446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.774Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.774Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.774Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "aai-ml", "timestamp": 1657601902104, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.774Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.774Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.774Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "multicloud-k8s-id", "timestamp": 1657601899412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.774Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.774Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.775Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "cds", "timestamp": 1657601898796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.775Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.775Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.775Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "policy-id", "timestamp": 1657601900047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.775Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.775Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.775Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601903446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.775Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.775Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.775Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "ves-openapi-manager", "timestamp": 1657601909649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.776Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.776Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.776Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "policy-id", "timestamp": 1657601900047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.776Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.776Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.776Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "multicloud-k8s-id", "timestamp": 1657601899412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.777Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.777Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.777Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "aai-ml", "timestamp": 1657601902104, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.777Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.777Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.777Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601903446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.777Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.778Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.778Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "cds", "timestamp": 1657601898796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.778Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.778Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.778Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "ves-openapi-manager", "timestamp": 1657601909649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.779Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.779Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.779Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "multicloud-k8s-id", "timestamp": 1657601899412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.779Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.779Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.779Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "aai-ml", "timestamp": 1657601902104, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.779Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.780Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.780Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "policy-id", "timestamp": 1657601900047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.780Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.780Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.780Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601903446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.780Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.780Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.780Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "cds", "timestamp": 1657601898796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.781Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.781Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.781Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "ves-openapi-manager", "timestamp": 1657601909649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.781Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.781Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.781Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "clamp", "timestamp": 1657601911539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.781Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.782Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.782Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "multicloud-k8s-id", "timestamp": 1657601899412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.782Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.782Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.782Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "aai-ml", "timestamp": 1657601902104, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.782Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.782Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.782Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601903446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.783Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.783Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.783Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "policy-id", "timestamp": 1657601900047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.789Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.789Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.790Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "ves-openapi-manager", "timestamp": 1657601909649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.790Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.790Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.790Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "cds", "timestamp": 1657601898796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.790Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.790Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.790Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "clamp", "timestamp": 1657601911539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.791Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.791Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.791Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "multicloud-k8s-id", "timestamp": 1657601899412, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T05:01:09.791Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.791Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.791Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "aai-ml", "timestamp": 1657601902104, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T05:01:09.791Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.791Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.791Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601903446, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T05:01:09.792Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.792Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.792Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "policy-id", "timestamp": 1657601900047, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T05:01:09.792Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.792Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.792Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "ves-openapi-manager", "timestamp": 1657601909649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.792Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.793Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.793Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "cds", "timestamp": 1657601898796, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T05:01:09.793Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.793Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.793Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "clamp", "timestamp": 1657601911539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.793Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.793Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.793Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601914793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T05:01:09.794Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:01:09.794Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.794Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "aai-ml", "timestamp": 1657601915721, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T05:01:09.794Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:01:09.794Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.794Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "ves-openapi-manager", "timestamp": 1657601909649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.794Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.795Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.795Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "policy-id", "timestamp": 1657601914936, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T05:01:09.795Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:01:09.795Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.795Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "cds", "timestamp": 1657601915122, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T05:01:09.795Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:01:09.795Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.796Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "clamp", "timestamp": 1657601911539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.796Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.796Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.796Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "ves-openapi-manager", "timestamp": 1657601909649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-07-12T05:01:09.797Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.797Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.797Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "policy-id", "timestamp": 1657601915943, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T05:01:09.797Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:01:09.797Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.798Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "clamp", "timestamp": 1657601911539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.798Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.798Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.798Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "cds", "timestamp": 1657601916527, "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-07-12T05:01:09.851Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 54e92e54-dc69-4994-a84a-cf35836dd036 2022-07-12T05:01:09.851Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54e92e54-dc69-4994-a84a-cf35836dd036 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-07-12T05:01:09.884Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.885Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "ves-openapi-manager", "timestamp": 1657601909649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.886Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.886Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.886Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "policy-id", "timestamp": 1657601916946, "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-07-12T05:01:09.894Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 54e92e54-dc69-4994-a84a-cf35836dd036 2022-07-12T05:01:09.895Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54e92e54-dc69-4994-a84a-cf35836dd036 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-07-12T05:01:09.917Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.918Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "clamp", "timestamp": 1657601911539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.918Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.918Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.918Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601917152, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T05:01:09.918Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:01:09.918Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.919Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "ves-openapi-manager", "timestamp": 1657601909649, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.919Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.919Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.919Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "clamp", "timestamp": 1657601911539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.919Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.920Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.920Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1657601918161, "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-07-12T05:01:09.935Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 54e92e54-dc69-4994-a84a-cf35836dd036 2022-07-12T05:01:09.935Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54e92e54-dc69-4994-a84a-cf35836dd036 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-07-12T05:01:09.987Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.987Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "clamp", "timestamp": 1657601911539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:09.987Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.987Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.988Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "ves-openapi-manager", "timestamp": 1657601919754, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T05:01:09.988Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:01:09.988Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.988Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "clamp", "timestamp": 1657601911539, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T05:01:09.988Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:01:09.988Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.988Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "ves-openapi-manager", "timestamp": 1657601920884, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-07-12T05:01:09.989Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:01:09.989Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:09.989Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "ves-openapi-manager", "timestamp": 1657601921905, "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-07-12T05:01:10.001Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 54e92e54-dc69-4994-a84a-cf35836dd036 2022-07-12T05:01:10.002Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54e92e54-dc69-4994-a84a-cf35836dd036 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-07-12T05:01:10.062Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:10.062Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "aai-ml", "timestamp": 1657601922511, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T05:01:10.063Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:01:10.063Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:10.063Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "aai-ml", "timestamp": 1657601923516, "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-07-12T05:01:10.074Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 54e92e54-dc69-4994-a84a-cf35836dd036 2022-07-12T05:01:10.074Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54e92e54-dc69-4994-a84a-cf35836dd036 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-07-12T05:01:10.111Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:10.112Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "clamp", "timestamp": 1657601928501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T05:01:10.114Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:01:10.114Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:10.114Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "clamp", "timestamp": 1657601930529, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T05:01:10.115Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:01:10.115Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:01:10.115Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "clamp", "timestamp": 1657601931535, "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-07-12T05:01:10.126Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 54e92e54-dc69-4994-a84a-cf35836dd036 2022-07-12T05:01:10.126Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 54e92e54-dc69-4994-a84a-cf35836dd036 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-07-12T05:01:10.474Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T05:01:10.475Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:01:10.484Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:01:10.484Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:10.584Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T05:01:10.585Z||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-07-12T05:01:10.585Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:01:10.602Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:01:10.603Z||pool-115-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-07-12T05:01:11.485Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T05:01:11.486Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:01:11.490Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:01:11.490Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-12T05:01:11.589Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T05:01:11.590Z||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-07-12T05:01:11.590Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:01:11.610Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:01:11.611Z||pool-116-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-07-12T05:01:12.491Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T05:01:12.492Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:01:12.495Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:01:12.495Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:12.595Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T05:01:12.597Z||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-07-12T05:01:12.597Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:01:12.619Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:01:12.620Z||pool-117-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-12T05:01:13.496Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T05:01:13.497Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:01:13.502Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:01:13.502Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T05:01:13.602Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T05:01:13.603Z||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-07-12T05:01:13.603Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:01:13.638Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:01:13.639Z||pool-118-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-07-12T05:01:14.503Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T05:01:14.504Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:01:14.506Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:01:14.507Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T05:01:14.607Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T05:01:14.623Z||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-07-12T05:01:14.625Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:01:14.646Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:01:14.648Z||pool-119-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-12T05:01:15.508Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "92246771-ff4a-44aa-9105-6cb153c7c30b", "serviceDescription": "service", "serviceInvariantUUID": "6381b76e-a8a8-48b8-a723-a38987dfcb2f", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "4220da56-26d4-40fe-a1ca-4c90140ebfa6", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5930d158-dd7a-40e7-9829-3dbe353ed0e0", "resourceInvariantUUID": "7d129a5e-773a-45bf-bd87-edd3bf65bc6c", "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": "NzQ1MjFmMzkxMjBiM2EyMjI2ODlkMzBhYzQ3ODUzYmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5a8cbeed-6149-4eb0-8c22-d1dd52a20148", "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": "3feeaec1-4bdb-4ecd-aa55-6222d0ff8c8b", "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": "b8c0feec-181f-43c9-90df-d399bfb3a64c", "generatedFromUUID": "3feeaec1-4bdb-4ecd-aa55-6222d0ff8c8b" }, "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": "b8c0feec-181f-43c9-90df-d399bfb3a64c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "Yjc5NzhlZDIxNjgxNzk1NzA1Nzc1YWZjYTgzOThhMjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ee89ef00-09b5-4410-ab1c-c2016a9d3489" } ], "workloadContext": "Production" } 2022-07-12T05:01:15.509Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-12T05:01:15.509Z|eaa44cfa-81ce-4285-b635-15940763900e|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 92246771-ff4a-44aa-9105-6cb153c7c30b ASDC 2022-07-12T05:01:15.509Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:5778c2e3-da93-481c-9ee8-5efc69e2d4c5 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:92246771-ff4a-44aa-9105-6cb153c7c30b ServiceInvariantUUID:6381b76e-a8a8-48b8-a723-a38987dfcb2f 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:ee89ef00-09b5-4410-ab1c-c2016a9d3489 ArtifactChecksum:Yjc5NzhlZDIxNjgxNzk1NzA1Nzc1YWZjYTgzOThhMjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:4220da56-26d4-40fe-a1ca-4c90140ebfa6 ResourceInvariantUUID:7d129a5e-773a-45bf-bd87-edd3bf65bc6c ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:5930d158-dd7a-40e7-9829-3dbe353ed0e0 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:5a8cbeed-6149-4eb0-8c22-d1dd52a20148 ArtifactChecksum:NzQ1MjFmMzkxMjBiM2EyMjI2ODlkMzBhYzQ3ODUzYmU= 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:3feeaec1-4bdb-4ecd-aa55-6222d0ff8c8b 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:b8c0feec-181f-43c9-90df-d399bfb3a64c 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:b8c0feec-181f-43c9-90df-d399bfb3a64c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-07-12T05:01:15.510Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 92246771-ff4a-44aa-9105-6cb153c7c30b 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-07-12T05:01:15.568Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T05:01:15.570Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-07-12T05:01:15.570Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-07-12T05:01:15.570Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ee89ef00-09b5-4410-ab1c-c2016a9d3489 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-07-12T05:01:15.571Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-12T05:01:15.571Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-07-12T05:01:15.879Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-12T05:01:15.883Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ee89ef00-09b5-4410-ab1c-c2016a9d3489 78814 2022-07-12T05:01:15.884Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-07-12T05:01:15.884Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-07-12T05:01:15.884Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T05:01:15.884Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:01:15.887Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:01:15.887Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602075884, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T05:01:15.987Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T05:01:15.989Z||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-07-12T05:01:15.989Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:01:16.028Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:01:16.029Z||pool-120-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-07-12T05:01:16.888Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T05:01:16.889Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-07-12T05:01:16.890Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: ee89ef00-09b5-4410-ab1c-c2016a9d3489, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-12T05:01:16.891Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-07-12T05:01:16.891Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-12T05:01:16.892Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-12T05:01:17.232Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15777238556756448056/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-07-12T05:01:19.475Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-12T05:01:19.478Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-07-12T05:01:19.479Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-12T05:01:19.479Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-07-12T05:01:19.480Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||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-07-12T05:01:19.480Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-12T05:01:19.481Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-12T05:01:19.481Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-12T05:01:19.482Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-12T05:01:19.482Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-12T05:01:19.483Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-12T05:01:19.483Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-12T05:01:19.483Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-07-12T05:01:19.484Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-07-12T05:01:19.484Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:19.485Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:01:19.485Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-12T05:01:19.486Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-07-12T05:01:19.486Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T05:01:19.487Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:19.487Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:01:19.488Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-12T05:01:19.488Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-07-12T05:01:19.489Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T05:01:19.489Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:19.489Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:01:19.490Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:19.490Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-07-12T05:01:19.491Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-07-12T05:01:19.491Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-07-12T05:01:19.491Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-07-12T05:01:19.492Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-12T05:01:19.492Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-07-12T05:01:19.493Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:19.493Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T05:01:19.494Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:19.494Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-12T05:01:19.495Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T05:01:19.496Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:19.496Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-12T05:01:19.497Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T05:01:19.498Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:19.498Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-12T05:01:19.499Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T05:01:19.500Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:19.501Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-07-12T05:01:19.501Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-12T05:01:19.501Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-12T05:01:19.501Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7dc80d71-3490-4c07-86f6-aea656d3db62 2022-07-12T05:01:19.502Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:19.502Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:01:19.502Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:19.502Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:01:19.502Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:19.502Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:01:19.503Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:19.503Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:01:19.503Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:92246771-ff4a-44aa-9105-6cb153c7c30b Model Version:NULL Model InvariantUuid:6381b76e-a8a8-48b8-a723-a38987dfcb2f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:eb5caffc-ac23-49ee-b9a8-7a4a377c472e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7d129a5e-773a-45bf-bd87-edd3bf65bc6c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4220da56-26d4-40fe-a1ca-4c90140ebfa6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:557b5713-02ba-43b6-a54c-9e90889232aa ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:fe956147-929e-4667-b68d-3450f6b393ae ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7dc80d71-3490-4c07-86f6-aea656d3db62 ModelInvariantUuid:940a0845-4c0b-4398-9b74-36a0ded8d5b0 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:8949afd5-f149-4867-a768-662fc264de8c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:2d3ed5b0-9559-45fa-8c2d-43636986546e ModelInvariantUuid:20ba641f-bca7-4d8c-a5a5-4cc82e09c943 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:29b9e196-ecfa-43fb-af1b-931b936e76eb 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-07-12T05:01:19.524Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 5930d158-dd7a-40e7-9829-3dbe353ed0e0 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-07-12T05:01:19.534Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2022-07-12T05:01:19.535Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5930d158-dd7a-40e7-9829-3dbe353ed0e0 2022-07-12T05:01:19.535Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5a8cbeed-6149-4eb0-8c22-d1dd52a20148 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-07-12T05:01:19.535Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-12T05:01:19.535Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||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-07-12T05:01:19.769Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-12T05:01:19.769Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 5a8cbeed-6149-4eb0-8c22-d1dd52a20148 792 2022-07-12T05:01:19.770Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||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-07-12T05:01:19.770Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||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-07-12T05:01:19.770Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T05:01:19.770Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:01:19.785Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:01:19.785Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602079770, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T05:01:19.875Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-07-12T05:01:19.876Z||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-07-12T05:01:19.876Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:01:19.935Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:01:19.935Z||pool-121-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1} 2022-07-12T05:01:20.786Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "557b5713-02ba-43b6-a54c-9e90889232aa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fe956147-929e-4667-b68d-3450f6b393ae", "vfModuleModelCustomizationUUID": "09330121-5164-41b7-b8aa-983d5cef25b0", "isBase": true, "artifacts": [ "3feeaec1-4bdb-4ecd-aa55-6222d0ff8c8b", "b8c0feec-181f-43c9-90df-d399bfb3a64c" ], "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-07-12T05:01:20.791Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fe956147-929e-4667-b68d-3450f6b393ae VfModuleModelInvariantUUID:557b5713-02ba-43b6-a54c-9e90889232aa VfModuleModelDescription:NULL Artifacts UUID List:{ 3feeaec1-4bdb-4ecd-aa55-6222d0ff8c8b , b8c0feec-181f-43c9-90df-d399bfb3a64c } 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-07-12T05:01:20.794Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "557b5713-02ba-43b6-a54c-9e90889232aa", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fe956147-929e-4667-b68d-3450f6b393ae", "vfModuleModelCustomizationUUID": "09330121-5164-41b7-b8aa-983d5cef25b0", "isBase": true, "artifacts": [ "3feeaec1-4bdb-4ecd-aa55-6222d0ff8c8b", "b8c0feec-181f-43c9-90df-d399bfb3a64c" ], "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-07-12T05:01:20.795Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fe956147-929e-4667-b68d-3450f6b393ae VfModuleModelInvariantUUID:557b5713-02ba-43b6-a54c-9e90889232aa VfModuleModelDescription:NULL Artifacts UUID List:{ 3feeaec1-4bdb-4ecd-aa55-6222d0ff8c8b , b8c0feec-181f-43c9-90df-d399bfb3a64c } 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-07-12T05:01:20.795Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3feeaec1-4bdb-4ecd-aa55-6222d0ff8c8b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-07-12T05:01:20.795Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-12T05:01:20.795Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||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-07-12T05:01:20.892Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-12T05:01:20.893Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 3feeaec1-4bdb-4ecd-aa55-6222d0ff8c8b 5033 2022-07-12T05:01:20.893Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||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-07-12T05:01:20.893Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||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-07-12T05:01:20.893Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T05:01:20.894Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:01:20.901Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:01:20.901Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602080893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T05:01:20.997Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-07-12T05:01:20.998Z||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-07-12T05:01:20.998Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:01:21.029Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:01:21.030Z||pool-122-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-07-12T05:01:21.909Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b8c0feec-181f-43c9-90df-d399bfb3a64c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-07-12T05:01:21.914Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-07-12T05:01:21.915Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||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-07-12T05:01:22.232Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-07-12T05:01:22.232Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env b8c0feec-181f-43c9-90df-d399bfb3a64c 903 2022-07-12T05:01:22.233Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||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-07-12T05:01:22.233Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||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-07-12T05:01:22.233Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T05:01:22.233Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:01:22.235Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:01:22.236Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602082233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-12T05:01:22.342Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-07-12T05:01:22.343Z||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-07-12T05:01:22.343Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:01:22.378Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:01:22.379Z||pool-123-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-07-12T05:01:23.236Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 92246771-ff4a-44aa-9105-6cb153c7c30b 2022-07-12T05:01:23.237Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 5930d158-dd7a-40e7-9829-3dbe353ed0e0 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-07-12T05:01:23.257Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37b4866e, org.onap.sdc.toscaparser.api.parameters.Input@58618255, org.onap.sdc.toscaparser.api.parameters.Input@5158c3ca, org.onap.sdc.toscaparser.api.parameters.Input@7addf8e5, org.onap.sdc.toscaparser.api.parameters.Input@69499626] 2022-07-12T05:01:23.260Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:23.260Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:01:23.261Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-07-12T05:01:23.262Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 4220da56-26d4-40fe-a1ca-4c90140ebfa6 2022-07-12T05:01:23.262Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4220da56-26d4-40fe-a1ca-4c90140ebfa6 matches Tosca VF Customization UUID: 4220da56-26d4-40fe-a1ca-4c90140ebfa6 2022-07-12T05:01:23.262Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 4220da56-26d4-40fe-a1ca-4c90140ebfa6 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-07-12T05:01:23.267Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:23.268Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:01:23.270Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 4220da56-26d4-40fe-a1ca-4c90140ebfa6: {\"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-07-12T05:01:23.270Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f30cff6 2022-07-12T05:01:23.270Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:23.270Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-07-12T05:01:23.271Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 09330121-5164-41b7-b8aa-983d5cef25b0 2022-07-12T05:01:23.271Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 09330121-5164-41b7-b8aa-983d5cef25b0 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-07-12T05:01:23.274Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:23.275Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-12T05:01:23.275Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T05:01:23.275Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:23.276Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-12T05:01:23.276Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T05:01:23.276Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:23.276Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-07-12T05:01:23.277Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-07-12T05:01:23.277Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-07-12T05:01:23.277Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=7dc80d71-3490-4c07-86f6-aea656d3db62 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-07-12T05:01:23.281Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:23.281Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-12T05:01:23.282Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-07-12T05:01:23.282Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:23.282Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-07-12T05:01:23.282Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4220da56-26d4-40fe-a1ca-4c90140ebfa6 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-07-12T05:01:23.289Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:23.290Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:01:23.290Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 92246771-ff4a-44aa-9105-6cb153c7c30b: basic_vm_macro 2022-07-12T05:01:23.290Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:23.291Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:01:23.291Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:23.291Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:01:23.291Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:23.292Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:01:23.292Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:23.293Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:01:23.293Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:01:23.293Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:01:23.293Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||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-07-12T05:01:23.485Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 5930d158-dd7a-40e7-9829-3dbe353ed0e0 1 ASDC deployResourceStructure 2022-07-12T05:01:23.486Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||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-07-12T05:01:23.486Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||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-07-12T05:01:23.486Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T05:01:23.487Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:01:23.490Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:01:23.490Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602083486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T05:01:23.591Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T05:01:23.592Z||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-07-12T05:01:23.592Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:01:23.639Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:01:23.640Z||pool-124-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-07-12T05:01:24.492Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||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-07-12T05:01:24.492Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||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-07-12T05:01:24.492Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T05:01:24.493Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:01:24.496Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:01:24.496Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602084491, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-12T05:01:24.597Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-12T05:01:24.598Z||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-07-12T05:01:24.598Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:01:24.664Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:01:24.665Z||pool-125-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":0,"count":1} 2022-07-12T05:01:25.502Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||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-07-12T05:01:25.502Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||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-07-12T05:01:25.510Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T05:01:25.510Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:01:25.516Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:01:25.517Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602085497, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-12T05:01:25.616Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T05:01:25.617Z||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-07-12T05:01:25.618Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:01:25.682Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:01:25.683Z||pool-126-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1} 2022-07-12T05:01:26.519Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-07-12T05:01:26.519Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-07-12T05:01:26.520Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T05:01:26.520Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:01:26.524Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:01:26.524Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602086518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T05:01:26.623Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T05:01:26.625Z||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-07-12T05:01:26.625Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:01:26.649Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:01:26.650Z||pool-127-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-07-12T05:01:27.525Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5778c2e3-da93-481c-9ee8-5efc69e2d4c5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T05:01:27.559Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5778c2e3-da93-481c-9ee8-5efc69e2d4c5 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-07-12T05:01:27.562Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T05:01:27.562Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-12T05:01:27.562Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-12T05:01:27.562Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-12T05:01:27.562Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T05:01:27.562Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T05:01:27.563Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T05:01:27.563Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T05:01:27.563Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T05:01:27.563Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T05:01:27.563Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-12T05:01:27.573Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-12T05:01:57.574Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5778c2e3-da93-481c-9ee8-5efc69e2d4c5 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-07-12T05:01:57.583Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5778c2e3-da93-481c-9ee8-5efc69e2d4c5 and serviceModelVersionId: 92246771-ff4a-44aa-9105-6cb153c7c30b 2022-07-12T05:01:57.584Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6381b76e-a8a8-48b8-a723-a38987dfcb2f 2022-07-12T05:01:57.584Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6381b76e-a8a8-48b8-a723-a38987dfcb2f/model-vers/model-ver/92246771-ff4a-44aa-9105-6cb153c7c30b?depth=0 2022-07-12T05:01:57.593Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-07-12T05:01:57.657Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6381b76e-a8a8-48b8-a723-a38987dfcb2f/model-vers/model-ver/92246771-ff4a-44aa-9105-6cb153c7c30b?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-07-12T05:01:57.659Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6381b76e-a8a8-48b8-a723-a38987dfcb2f/model-vers/model-ver/92246771-ff4a-44aa-9105-6cb153c7c30b?depth=0|INFO|500||Invoke 2022-07-12T05:01:57.695Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6381b76e-a8a8-48b8-a723-a38987dfcb2f/model-vers/model-ver/92246771-ff4a-44aa-9105-6cb153c7c30b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-12T05:01:57.979Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6381b76e-a8a8-48b8-a723-a38987dfcb2f/model-vers/model-ver/92246771-ff4a-44aa-9105-6cb153c7c30b?depth=0|INFO|500||InvokeReturn 2022-07-12T05:01:57.980Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6381b76e-a8a8-48b8-a723-a38987dfcb2f/model-vers/model-ver/92246771-ff4a-44aa-9105-6cb153c7c30b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220712-05:01:57:706-51556], vertex-id=[282656], Content-Length=[0], Date=[Tue, 12 Jul 2022 05:01:57 GMT], Content-Type=[application/json]} 2022-07-12T05:01:57.980Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-07-12T05:01:57.980Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-12T05:01:57.980Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-12T05:01:57.986Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-12T05:01:57.986Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5778c2e3-da93-481c-9ee8-5efc69e2d4c5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-12T05:01:57.986Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-12T05:01:57.987Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:01:57.990Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:01:57.990Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602117986, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T05:01:58.090Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T05:01:58.091Z||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-07-12T05:01:58.091Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:01:58.133Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:01:58.134Z||pool-128-thread-1|||||INFO|500||cambria reply ok (44 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-07-12T05:01:59.024Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:01:59.025Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-12T05:01:59.025Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:02:03.743Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:02:03.744Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-07-12T05:02:03.745Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"54e92e54-dc69-4994-a84a-cf35836dd036","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"6f36ff03-c1d4-466d-81a3-c2c78b2887ad","serviceDescription":"service","serviceInvariantUUID":"064d06bf-432b-4dff-9a13-4d927bb7bd3f","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"347de629-4826-4a0e-9937-417484aec011","resourceInvariantUUID":"feab4976-285c-4ce0-9a5f-e37caa596421","resourceCustomizationUUID":"6bb6501a-b332-4a6d-a0ec-58abc878aa02","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":"NzczOWQxMDViOGFlMDc0OTY4ZWNiM2Q3YmM5Y2ZlMzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0ac6096e-4c0d-4716-b3bd-2ea3119f6c85","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":"74270ce1-d497-4c72-9016-0bd7597c8703","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":"11e3a750-5240-40d2-a7c5-dad8e8e85aa1","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":"YzAxNzBiMzgwOTZmNDg3OGFlZTRiZWY0OWFjODA1M2I\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7cbaf945-aa9f-483d-b125-008e5138fecd","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":"dcb17bd6-6fbe-4447-9940-596cd894f91d","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":"8b2ecbfa-2c67-44d2-ac5c-ae8f5506e577","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":"1a4b3818-53a5-49df-8b2b-739fb30345f7","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":"Mzg3Zjk1Y2JkZWFiZDVkN2E1MWUwM2M1Yjg3MWRkODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"750df107-bfef-45de-9854-139d24030acc","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZWZhZGJiMjhmNmNlMGE5MzM1NDYxNDVkOTQzMDlmMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"753ae7d2-9eae-48a7-95da-b327d9bf3130","artifactVersion":"1"}],"workloadContext":"Production"} 2022-07-12T05:02:03.747Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T05:02:03.748Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:02:03.750Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:02:03.750Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602119024, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:02:03.851Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T05:02:03.852Z||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-07-12T05:02:03.852Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:02:03.877Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:02:03.877Z||pool-129-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-07-12T05:02:04.751Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T05:02:04.753Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:02:04.755Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:02:04.755Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602119024, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T05:02:04.856Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-12T05:02:04.857Z||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-07-12T05:02:04.857Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:02:04.897Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:02:04.898Z||pool-130-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-07-12T05:02:05.757Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T05:02:05.758Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:02:05.760Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:02:05.760Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602119024, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T05:02:05.860Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T05:02:05.862Z||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-07-12T05:02:05.862Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:02:05.885Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:02:05.886Z||pool-131-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-12T05:02:06.761Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T05:02:06.762Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:02:06.764Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:02:06.765Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602119024, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T05:02:06.865Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T05:02:06.866Z||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-07-12T05:02:06.866Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:02:06.893Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:02:06.907Z||pool-132-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-07-12T05:02:07.765Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T05:02:07.766Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:02:07.769Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:02:07.769Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602119024, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:02:07.869Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T05:02:07.871Z||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-07-12T05:02:07.871Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:02:07.896Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:02:07.897Z||pool-133-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-07-12T05:02:08.770Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T05:02:08.770Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:02:08.773Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:02:08.775Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602119024, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T05:02:08.874Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T05:02:08.875Z||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-07-12T05:02:08.875Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:02:08.897Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:02:08.898Z||pool-134-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-07-12T05:02:09.704Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:02:09.705Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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-07-12T05:02:09.705Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:02:09.738Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:02:09.739Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:02:09.739Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eaa44cfa-81ce-4285-b635-15940763900e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602066432, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T05:02:09.740Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:02:09.740Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:02:09.740Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:02:09.740Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:02:09.741Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:02:09.741Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-07-12T05:02:09.741Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:02:09.741Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:02:09.741Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-07-12T05:02:09.741Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:02:09.776Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T05:02:09.777Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:02:09.780Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:02:09.780Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602119024, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T05:02:09.882Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-07-12T05:02:09.883Z||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-07-12T05:02:09.883Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:02:09.910Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:02:09.911Z||pool-135-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-07-12T05:02:10.785Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T05:02:10.786Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:02:10.789Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:02:10.790Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602119024, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T05:02:10.889Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-07-12T05:02:10.891Z||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-07-12T05:02:10.891Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:02:10.914Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:02:10.915Z||pool-136-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-07-12T05:02:11.790Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-07-12T05:02:11.792Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:02:11.796Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:02:11.796Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602119024, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T05:02:11.896Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T05:02:11.897Z||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-07-12T05:02:11.897Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:02:11.918Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:02:11.918Z||pool-137-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-07-12T05:02:12.798Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "6f36ff03-c1d4-466d-81a3-c2c78b2887ad", "serviceDescription": "service", "serviceInvariantUUID": "064d06bf-432b-4dff-9a13-4d927bb7bd3f", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "6bb6501a-b332-4a6d-a0ec-58abc878aa02", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "347de629-4826-4a0e-9937-417484aec011", "resourceInvariantUUID": "feab4976-285c-4ce0-9a5f-e37caa596421", "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": "ZWZhZGJiMjhmNmNlMGE5MzM1NDYxNDVkOTQzMDlmMDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "753ae7d2-9eae-48a7-95da-b327d9bf3130" } ], "workloadContext": "Production" } 2022-07-12T05:02:12.798Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-07-12T05:02:12.798Z|c3c77add-3432-4149-9fa6-8c646f2f24c2|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 6f36ff03-c1d4-466d-81a3-c2c78b2887ad ASDC 2022-07-12T05:02:12.798Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:54e92e54-dc69-4994-a84a-cf35836dd036 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:6f36ff03-c1d4-466d-81a3-c2c78b2887ad ServiceInvariantUUID:064d06bf-432b-4dff-9a13-4d927bb7bd3f 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:753ae7d2-9eae-48a7-95da-b327d9bf3130 ArtifactChecksum:ZWZhZGJiMjhmNmNlMGE5MzM1NDYxNDVkOTQzMDlmMDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:6bb6501a-b332-4a6d-a0ec-58abc878aa02 ResourceInvariantUUID:feab4976-285c-4ce0-9a5f-e37caa596421 ResourceName:test-pnf ResourceType:PNF ResourceUUID:347de629-4826-4a0e-9937-417484aec011 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-07-12T05:02:12.799Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6f36ff03-c1d4-466d-81a3-c2c78b2887ad 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-07-12T05:02:12.857Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T05:02:12.858Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-07-12T05:02:12.858Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-07-12T05:02:12.858Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 753ae7d2-9eae-48a7-95da-b327d9bf3130 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-12T05:02:12.858Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-07-12T05:02:12.858Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-12T05:02:13.362Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-07-12T05:02:13.367Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 753ae7d2-9eae-48a7-95da-b327d9bf3130 105667 2022-07-12T05:02:13.367Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-07-12T05:02:13.367Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-12T05:02:13.367Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-07-12T05:02:13.367Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:02:13.369Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:02:13.369Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602133367, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T05:02:13.470Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-07-12T05:02:13.471Z||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-07-12T05:02:13.471Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:02:13.520Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:02:13.520Z||pool-138-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1} 2022-07-12T05:02:14.370Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-07-12T05:02:14.371Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-07-12T05:02:14.371Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 753ae7d2-9eae-48a7-95da-b327d9bf3130, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-12T05:02:14.372Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-07-12T05:02:14.372Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-12T05:02:14.373Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-12T05:02:14.566Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2343147483045803349/Definitions/service-TestPnfMacro-template.yml 2022-07-12T05:02:15.799Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-07-12T05:02:15.800Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-07-12T05:02:15.800Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-12T05:02:15.800Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-07-12T05:02:15.800Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-12T05:02:15.800Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-12T05:02:15.800Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||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-07-12T05:02:15.800Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-12T05:02:15.801Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-12T05:02:15.801Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-12T05:02:15.801Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-07-12T05:02:15.801Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-07-12T05:02:15.801Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:02:15.801Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:02:15.801Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-07-12T05:02:15.802Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-07-12T05:02:15.802Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T05:02:15.802Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:02:15.802Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:02:15.802Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-07-12T05:02:15.802Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-07-12T05:02:15.802Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-07-12T05:02:15.803Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:02:15.803Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:02:15.803Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:02:15.803Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:02:15.803Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:02:15.803Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:02:15.804Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:02:15.804Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:02:15.804Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:02:15.804Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:02:15.804Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:6f36ff03-c1d4-466d-81a3-c2c78b2887ad Model Version:NULL Model InvariantUuid:064d06bf-432b-4dff-9a13-4d927bb7bd3f 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-07-12T05:02:16.361Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 347de629-4826-4a0e-9937-417484aec011 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-07-12T05:02:16.365Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||test-pnf 0 2022-07-12T05:02:16.365Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 347de629-4826-4a0e-9937-417484aec011 2022-07-12T05:02:16.365Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 6f36ff03-c1d4-466d-81a3-c2c78b2887ad 2022-07-12T05:02:16.365Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 6f36ff03-c1d4-466d-81a3-c2c78b2887ad 2022-07-12T05:02:16.366Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 347de629-4826-4a0e-9937-417484aec011 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-07-12T05:02:16.377Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7bd21e8b, org.onap.sdc.toscaparser.api.parameters.Input@52df8b26, org.onap.sdc.toscaparser.api.parameters.Input@5091fb24, org.onap.sdc.toscaparser.api.parameters.Input@1901ec3a, org.onap.sdc.toscaparser.api.parameters.Input@724c9fd7] 2022-07-12T05:02:16.377Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:02:16.377Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:02:16.378Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 6f36ff03-c1d4-466d-81a3-c2c78b2887ad: test-pnf 2022-07-12T05:02:16.378Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||Processing PNF resource: 347de629-4826-4a0e-9937-417484aec011 2022-07-12T05:02:16.378Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-07-12T05:02:16.378Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-07-12T05:02:16.378Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||Resource customization UUID: 6bb6501a-b332-4a6d-a0ec-58abc878aa02 is the same as notified resource customizationUUID: 6bb6501a-b332-4a6d-a0ec-58abc878aa02 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-07-12T05:02:16.439Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 347de629-4826-4a0e-9937-417484aec011 0 ASDC deployResourceStructure 2022-07-12T05:02:16.440Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-07-12T05:02:16.440Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-07-12T05:02:16.440Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-07-12T05:02:16.440Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:02:16.443Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:02:16.443Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602136440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T05:02:16.543Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T05:02:16.544Z||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-07-12T05:02:16.544Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:02:16.566Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:02:16.566Z||pool-139-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-07-12T05:02:17.444Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 54e92e54-dc69-4994-a84a-cf35836dd036 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-07-12T05:02:17.462Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 54e92e54-dc69-4994-a84a-cf35836dd036 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-07-12T05:02:17.487Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-07-12T05:02:17.487Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-07-12T05:02:17.487Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-07-12T05:02:17.487Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-07-12T05:02:17.487Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T05:02:17.487Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T05:02:17.487Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T05:02:17.487Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T05:02:17.487Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T05:02:17.488Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T05:02:17.488Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-07-12T05:02:17.488Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-07-12T05:02:17.493Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-07-12T05:02:47.494Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 54e92e54-dc69-4994-a84a-cf35836dd036 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-07-12T05:02:47.502Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 54e92e54-dc69-4994-a84a-cf35836dd036 and serviceModelVersionId: 6f36ff03-c1d4-466d-81a3-c2c78b2887ad 2022-07-12T05:02:47.502Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 064d06bf-432b-4dff-9a13-4d927bb7bd3f 2022-07-12T05:02:47.503Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/064d06bf-432b-4dff-9a13-4d927bb7bd3f/model-vers/model-ver/6f36ff03-c1d4-466d-81a3-c2c78b2887ad?depth=0 2022-07-12T05:02:47.510Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-07-12T05:02:47.576Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/064d06bf-432b-4dff-9a13-4d927bb7bd3f/model-vers/model-ver/6f36ff03-c1d4-466d-81a3-c2c78b2887ad?depth=0|INFO|500||Invoke 2022-07-12T05:02:47.576Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/064d06bf-432b-4dff-9a13-4d927bb7bd3f/model-vers/model-ver/6f36ff03-c1d4-466d-81a3-c2c78b2887ad?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/064d06bf-432b-4dff-9a13-4d927bb7bd3f/model-vers/model-ver/6f36ff03-c1d4-466d-81a3-c2c78b2887ad?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[54e92e54-dc69-4994-a84a-cf35836dd036], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dec03a85-c11d-4526-994a-7e86caf29008], X-ECOMP-RequestID=[54e92e54-dc69-4994-a84a-cf35836dd036], X-TransactionId=[], X-ONAP-RequestID=[54e92e54-dc69-4994-a84a-cf35836dd036], Content-Type=[application/merge-patch+json]} 2022-07-12T05:02:47.608Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/064d06bf-432b-4dff-9a13-4d927bb7bd3f/model-vers/model-ver/6f36ff03-c1d4-466d-81a3-c2c78b2887ad?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-07-12T05:02:47.748Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/064d06bf-432b-4dff-9a13-4d927bb7bd3f/model-vers/model-ver/6f36ff03-c1d4-466d-81a3-c2c78b2887ad?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/064d06bf-432b-4dff-9a13-4d927bb7bd3f/model-vers/model-ver/6f36ff03-c1d4-466d-81a3-c2c78b2887ad?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220712-05:02:47:618-30521], vertex-id=[233560], Content-Length=[0], Date=[Tue, 12 Jul 2022 05:02:47 GMT], Content-Type=[application/json]} 2022-07-12T05:02:47.749Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/064d06bf-432b-4dff-9a13-4d927bb7bd3f/model-vers/model-ver/6f36ff03-c1d4-466d-81a3-c2c78b2887ad?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-07-12T05:02:47.750Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/064d06bf-432b-4dff-9a13-4d927bb7bd3f/model-vers/model-ver/6f36ff03-c1d4-466d-81a3-c2c78b2887ad?depth=0|INFO|500||InvokeReturn 2022-07-12T05:02:47.750Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-07-12T05:02:47.750Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-07-12T05:02:47.759Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-07-12T05:02:47.759Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 54e92e54-dc69-4994-a84a-cf35836dd036 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-07-12T05:02:47.759Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-07-12T05:02:47.760Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-07-12T05:02:47.763Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-07-12T05:02:47.763Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602167759, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T05:02:47.863Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-07-12T05:02:47.864Z||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-07-12T05:02:47.864Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:02:47.886Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:02:47.886Z||pool-140-thread-1|||||INFO|500||cambria reply ok (22 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-07-12T05:02:48.780Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:02:48.781Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-12T05:02:48.781Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:02:58.366Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:02:58.367Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:02:58.368Z||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-07-12T05:02:58.368Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:03:07.933Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:03:07.934Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:03:07.934Z||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-07-12T05:03:07.934Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:03:09.704Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:03:09.705Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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-07-12T05:03:09.705Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:03:09.749Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:03:09.750Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:03:09.750Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:03:09.750Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:03:09.751Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:03:09.751Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-07-12T05:03:09.751Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:03:09.751Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:03:09.751Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T05:03:09.751Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:03:09.751Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:03:09.751Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T05:03:09.751Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:03:09.751Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:03:09.751Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657601829699, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T05:03:09.751Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:03:09.751Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:03:09.751Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602075884, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T05:03:09.752Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:03:09.752Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:03:09.752Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602079770, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-07-12T05:03:09.752Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:03:09.752Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:03:09.752Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602080893, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-07-12T05:03:09.752Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:03:09.752Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:03:09.752Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602082233, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-07-12T05:03:09.752Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:03:09.752Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:03:09.752Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602083486, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-07-12T05:03:09.753Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:03:09.753Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:03:09.753Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602084491, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-07-12T05:03:09.753Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:03:09.753Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:03:09.753Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602085497, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-07-12T05:03:09.753Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:03:09.753Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:03:09.753Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602086518, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T05:03:09.753Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:03:09.753Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:03:09.753Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5778c2e3-da93-481c-9ee8-5efc69e2d4c5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602117986, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T05:03:09.753Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:03:09.753Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:03:09.753Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602119024, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:03:09.754Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:03:09.754Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:03:09.754Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602119024, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-07-12T05:03:09.754Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:03:09.754Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:03:09.754Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602119024, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-07-12T05:03:09.754Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:03:09.754Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:03:09.754Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602119024, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-07-12T05:03:09.754Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:03:09.754Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:03:09.754Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602119024, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-07-12T05:03:09.754Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:03:09.754Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:03:09.754Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602119024, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T05:03:09.754Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:03:17.504Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:03:17.504Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:03:17.505Z||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-07-12T05:03:17.505Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:03:27.084Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:03:27.085Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:03:27.085Z||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-07-12T05:03:27.085Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:03:36.652Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:04:09.699Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:04:09.699Z||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-07-12T05:04:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:04:09.704Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:04:09.704Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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-07-12T05:04:09.704Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:04:09.741Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:04:09.741Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:04:09.741Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602119024, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-07-12T05:04:09.742Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:04:19.285Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:05:09.699Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:05:09.700Z||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-07-12T05:05:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:05:09.704Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:05:09.705Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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-07-12T05:05:09.705Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:05:10.252Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:05:10.253Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:05:10.253Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602119024, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-07-12T05:05:10.254Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:05:10.254Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:05:10.254Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602119024, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-07-12T05:05:10.255Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-07-12T05:05:10.255Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:05:10.255Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602133367, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-07-12T05:05:10.255Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:05:10.255Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:05:10.255Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602136440, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-07-12T05:05:10.255Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:05:10.255Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-07-12T05:05:10.256Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "54e92e54-dc69-4994-a84a-cf35836dd036", "consumerID": "SO-COpenSource-Env11", "timestamp": 1657602167759, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-07-12T05:05:10.256Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-07-12T05:05:19.289Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:06:09.699Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:06:09.702Z||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-07-12T05:06:09.702Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:06:09.704Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:06:09.704Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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-07-12T05:06:09.705Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:06:19.325Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:06:19.330Z|0397d47d-c974-45fe-b3f8-a8e7151bbb77|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:07:09.699Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:07:09.700Z||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-07-12T05:07:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:07:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:07:09.705Z||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-07-12T05:07:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:07:19.302Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:07:19.322Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:08:09.699Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:08:09.700Z||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-07-12T05:08:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:08:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:08:09.705Z||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-07-12T05:08:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:08:19.327Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:08:19.339Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:09:09.699Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:09:09.700Z||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-07-12T05:09:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:09:09.704Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:09:09.705Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|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-07-12T05:09:09.705Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:09:19.286Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:09:19.300Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:10:09.699Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:10:09.699Z||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-07-12T05:10:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:10:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:10:09.704Z||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-07-12T05:10:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:10:19.332Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:10:19.336Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:11:09.699Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:11:09.699Z||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-07-12T05:11:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:11:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:11:09.704Z||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-07-12T05:11:09.704Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:11:19.304Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:11:19.304Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:12:09.699Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:12:09.699Z||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-07-12T05:12:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:12:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:12:09.705Z||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-07-12T05:12:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:12:19.303Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:12:19.304Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:13:09.699Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:13:09.700Z||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-07-12T05:13:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:13:09.704Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:13:09.704Z|54e92e54-dc69-4994-a84a-cf35836dd036|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-07-12T05:13:09.704Z|54e92e54-dc69-4994-a84a-cf35836dd036|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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:13:19.341Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:13:19.341Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:14:09.699Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:14:09.700Z||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-07-12T05:14:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:14:09.704Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:14:09.704Z||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-07-12T05:14:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:14:19.295Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:14:19.304Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:15:09.699Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:15:09.699Z||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-07-12T05:15:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:15:09.704Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:15:09.704Z||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-07-12T05:15:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:15:19.278Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:15:19.278Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:16:09.699Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:16:09.701Z||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-07-12T05:16:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:16:09.704Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:16:09.704Z||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-07-12T05:16:09.704Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:16:19.286Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:16:19.286Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:17:09.700Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:17:09.702Z||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-07-12T05:17:09.702Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:17:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:17:09.705Z||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-07-12T05:17:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:17:19.291Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:17:19.292Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:18:09.699Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:18:09.700Z||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-07-12T05:18:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:18:09.704Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:18:09.705Z||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-07-12T05:18:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:18:19.333Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:18:19.349Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:19:09.699Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:19:09.701Z||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-07-12T05:19:09.701Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:19:09.704Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:19:09.704Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|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-07-12T05:19:09.705Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:19:19.336Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:19:19.336Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:20:09.699Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:20:09.700Z||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-07-12T05:20:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:20:09.704Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:20:09.704Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|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-07-12T05:20:09.704Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:20:19.291Z|5778c2e3-da93-481c-9ee8-5efc69e2d4c5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:20:19.292Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:21:09.699Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:21:09.700Z||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-07-12T05:21:09.700Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:21:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:21:09.704Z||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-07-12T05:21:09.705Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:21:19.292Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:21:19.302Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:22:09.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:22:09.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-12T05:22:09.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:22:09.704Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:22:09.704Z||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-07-12T05:22:09.704Z||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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:22:19.267Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:22:19.267Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:23:09.699Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:23:09.700Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-07-12T05:23:09.700Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 0qBguNp4MCvSrn1J) ... 2022-07-12T05:23:09.704Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-07-12T05:23:09.705Z|54e92e54-dc69-4994-a84a-cf35836dd036|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-07-12T05:23:09.705Z|54e92e54-dc69-4994-a84a-cf35836dd036|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 0qBguNp4MCvSrn1J) ... 2022-07-12T05:23:19.294Z|54e92e54-dc69-4994-a84a-cf35836dd036|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-07-12T05:23:19.294Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK