JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-06-15T03:27:20.896Z||main|||||INFO|500||The following profiles are active: basic 2022-06-15T03:27:40.576Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-15T03:27:40.578Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-15T03:27:40.803Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-15T03:27:47.820Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-15T03:27:48.546Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-15T03:27:49.440Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-15T03:27:49.454Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-15T03:27:49.667Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-15T03:27:50.145Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-15T03:27:51.250Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-15T03:27:55.466Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-15T03:27:59.156Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-15T03:27:59.246Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-15T03:28:00.134Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-15T03:28:00.475Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-06-15T03:28:02.615Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-15T03:28:04.538Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-15T03:28:04.571Z||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$$30e71889.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-06-15T03:28:04.572Z||main|||||WARN|500||The sdc end point is not alive 2022-06-15T03:28:09.486Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-06-15T03:28:14.417Z||main|||||WARN|500||--- 2022-06-15T03:28:14.418Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-15T03:28:14.418Z||main|||||WARN|500||--- 2022-06-15T03:28:15.415Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-15T03:28:23.471Z||main|||||INFO|500||Started Application in 68.208 seconds (JVM running for 72.31) 2022-06-15T03:28:23.528Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-15T03:28:23.537Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-15T03:28:23.574Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-15T03:28:23.620Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-15T03:28:23.709Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d93eb28b-76bb-40ba-8f38-0412d46a7042 url= /sdc/v1/artifactTypes 2022-06-15T03:28:23.710Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-15T03:28:24.895Z||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.15.0] 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$$b4912d80.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-06-15T03:28:24.902Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@24c3b92f 2022-06-15T03:28:24.902Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-15T03:28:24.924Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-15T03:28:24.928Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-15T03:28:24.932Z||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$$b4912d80.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-06-15T03:29:13.459Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-15T03:29:13.465Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-15T03:29:13.466Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-15T03:29:13.471Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-15T03:29:13.509Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= aa397404-de8e-44a1-83dd-d666b98ab427 url= /sdc/v1/artifactTypes 2022-06-15T03:29:13.514Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-15T03:29:14.561Z||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.15.0] 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$$b4912d80.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.SocksSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368) at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ... 50 common frames omitted 2022-06-15T03:29:14.563Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1912cb6d 2022-06-15T03:29:14.563Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem] 2022-06-15T03:29:14.563Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect 2022-06-15T03:29:14.564Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem 2022-06-15T03:29:14.565Z||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$$b4912d80.periodicControllerTask() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236) at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61) ... 33 common frames omitted 2022-06-15T03:30:03.458Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-15T03:30:03.461Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-15T03:30:03.462Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-15T03:30:03.466Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-15T03:30:03.477Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3cbec7da-e78a-4e03-8750-e5a5d29255b2 url= /sdc/v1/artifactTypes 2022-06-15T03:30:03.478Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-15T03:30:03.869Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-15T03:30:03.884Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-06-15T03:30:03.921Z||scheduling-1|||||DEBUG|500||create keys 2022-06-15T03:30:03.934Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-15T03:30:04.060Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:30:04.088Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 10852888-2779-456e-9e1b-d62d7537bede url= /sdc/v1/registerForDistribution 2022-06-15T03:30:04.389Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 10852888-2779-456e-9e1b-d62d7537bede url= /sdc/v1/registerForDistribution 2022-06-15T03:30:04.390Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-15T03:30:04.420Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:30:04.422Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:30:04.430Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-15T03:30:04.446Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:30:04.447Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:30:04.446Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:30:04.449Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:30:14.820Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:30:14.834Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:31:04.404Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:31:04.409Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:31:04.409Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:31:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:31:04.411Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:31:04.412Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:31:14.010Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:31:14.020Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:32:04.404Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:32:04.407Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:32:04.407Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:32:04.410Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:32:04.411Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:32:04.416Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:32:14.009Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:32:14.027Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:33:04.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:33:04.406Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:33:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:33:04.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:33:04.418Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:33:04.420Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:33:14.064Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:33:14.066Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:34:04.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:34:04.405Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:34:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:34:04.409Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:34:04.411Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:34:04.412Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:34:13.985Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:34:13.994Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:35:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:35:04.406Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:35:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:35:04.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:35:04.411Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:35:04.413Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:35:14.002Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:35:14.014Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:36:04.405Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:36:04.406Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:36:04.407Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:36:04.409Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:36:04.411Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:36:04.415Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:36:13.964Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:36:14.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:37:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:37:04.405Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:37:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:37:04.408Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:37:04.411Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:37:04.412Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:37:14.003Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:37:14.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:37:43.779Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-15T03:38:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:38:04.406Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:38:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:38:04.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:38:04.409Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:38:04.409Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:38:13.961Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:38:13.961Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:39:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:39:04.405Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:39:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:39:04.409Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:39:04.410Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:39:04.411Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:39:13.976Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:39:13.991Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:40:04.405Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:40:04.408Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:40:04.408Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:40:04.410Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:40:04.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:40:04.413Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:40:14.013Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:40:14.014Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:41:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:41:04.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:41:04.410Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:41:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:41:04.410Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:41:04.411Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:41:13.978Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:41:13.984Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:42:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:42:04.405Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:42:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:42:04.409Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:42:04.411Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:42:04.412Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:42:13.963Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:42:13.963Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:43:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:43:04.405Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:43:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:43:04.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:43:04.412Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:43:04.412Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:43:13.971Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:43:13.974Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:44:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:44:04.406Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:44:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:44:04.409Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:44:04.410Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:44:04.411Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:44:13.989Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:44:13.989Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:45:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:45:04.405Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:45:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:45:04.409Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:45:04.410Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:45:04.411Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:45:13.966Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:45:13.969Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:46:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:46:04.409Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:46:04.409Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:46:04.409Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:46:04.410Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:46:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:46:13.992Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:46:13.994Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:47:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:47:04.405Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:47:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:47:04.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:47:04.409Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:47:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:47:13.958Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:47:13.960Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:48:04.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:48:04.406Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:48:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:48:04.409Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:48:04.410Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:48:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:48:13.966Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:48:13.967Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:49:04.405Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:49:04.409Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:49:04.410Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:49:04.409Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:49:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:49:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:49:13.984Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:49:13.985Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:50:04.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:50:04.406Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:50:04.407Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:50:04.409Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:50:04.411Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:50:04.412Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:50:13.985Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:50:13.985Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:51:04.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:51:04.406Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:51:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:51:04.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:51:04.409Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:51:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:51:13.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:51:13.985Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:52:04.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:52:04.405Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:52:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:52:04.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:52:04.410Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:52:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:52:13.982Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:52:13.988Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:53:04.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:53:04.406Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:53:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:53:04.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:53:04.410Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:53:04.412Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:53:13.987Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:53:14.002Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:54:04.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:54:04.405Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:54:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:54:04.409Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:54:04.410Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:54:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:54:13.969Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:54:13.978Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:55:04.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:55:04.405Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:55:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:55:04.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:55:04.409Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:55:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:55:13.972Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:55:13.975Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:56:04.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:56:04.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:56:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:56:04.409Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:56:04.411Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:56:04.412Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:56:13.972Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:56:13.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:57:04.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:57:04.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:57:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:57:04.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:57:04.409Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:57:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:57:13.971Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:57:13.972Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:58:04.405Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:58:04.409Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:58:04.410Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:58:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:58:04.417Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:58:04.419Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:58:13.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:58:13.993Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:59:04.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:59:04.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:59:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:59:04.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T03:59:04.410Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T03:59:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T03:59:13.984Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T03:59:13.985Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:00:04.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:00:04.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:00:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:00:04.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:00:04.409Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:00:04.409Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:00:13.975Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:00:13.993Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:01:04.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:01:04.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:01:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:01:04.409Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:01:04.410Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:01:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:01:13.976Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:01:14.007Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:02:04.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:02:04.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:02:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:02:04.409Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:02:04.410Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:02:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:02:13.988Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:02:13.991Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:03:04.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:03:04.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:03:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:03:04.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:03:04.410Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:03:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:03:13.987Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:03:14.003Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:04:04.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:04:04.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:04:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:04:04.409Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:04:04.410Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:04:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:04:13.998Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:04:14.000Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:05:04.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:05:04.406Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:05:04.407Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:05:04.409Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:05:04.413Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:05:04.413Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:05:14.006Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:05:14.025Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:06:04.404Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:06:04.405Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:06:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:06:04.408Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:06:04.409Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:06:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:06:13.999Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:06:14.001Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:07:04.405Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:07:04.407Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:07:04.407Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:07:04.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:07:04.411Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:07:04.412Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:07:13.985Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:07:14.000Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:08:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:08:04.406Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:08:04.407Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:08:04.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:08:04.410Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:08:04.413Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:08:13.990Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:08:14.018Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:09:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:09:04.406Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:09:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:09:04.409Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:09:04.409Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:09:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:09:13.977Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:09:13.982Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:10:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:10:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:10:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:10:04.409Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:10:04.410Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:10:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:10:13.991Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:10:13.994Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:11:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:11:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:11:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:11:04.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:11:04.415Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:11:04.415Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:11:13.979Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:11:13.991Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:12:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:12:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:12:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:12:04.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:12:04.409Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:12:04.409Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:12:13.980Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:12:14.000Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:13:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:13:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:13:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:13:04.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:13:04.409Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:13:04.409Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:13:13.982Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:13:14.002Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:14:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:14:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:14:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:14:04.408Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:14:04.410Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:14:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:14:13.988Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:14:13.989Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:15:04.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:15:04.406Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:15:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:15:04.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:15:04.413Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:15:04.414Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:15:14.006Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:15:14.014Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:16:04.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:16:04.405Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:16:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:16:04.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:16:04.409Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:16:04.409Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:16:13.981Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:16:13.982Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:17:04.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:17:04.406Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:17:04.407Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:17:04.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:17:04.409Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:17:04.409Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:17:13.994Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:17:14.005Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:18:04.404Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:18:04.405Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:18:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:18:04.409Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:18:04.411Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:18:04.411Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:18:13.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:18:13.976Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:19:04.404Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:19:04.406Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:19:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:19:04.408Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:19:04.409Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:19:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:19:05.050Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:19:05.053Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.053Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"bccbb278-1e7f-494d-9f4a-275edaf39ffb","serviceName":"vFW 2022-06-15 04-17-05","serviceVersion":"1.0","serviceUUID":"ed2a9c1e-3835-4532-b091-0b962649a02f","serviceDescription":"catalog service description","serviceInvariantUUID":"eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e","resources":[{"resourceInstanceName":"vFW 9a568711-a657 0","resourceName":"vFW 9a568711-a657","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1a4c7c74-e81d-4b12-bec3-bae5dc1c3cd7","resourceInvariantUUID":"49ea77f1-f73d-4f60-93d3-e72c98f78cd8","resourceCustomizationUUID":"5f1214aa-d991-423a-ac44-d90a0e8250c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vf-license-model.xml","artifactChecksum":"YjQ1MzdkZGI0ODQxNmEyNDM2ZmZmNmUyMzY3ZjljMWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a36a6867-2ed3-4b79-abbb-3e5429f07e90","artifactVersion":"1"},{"artifactName":"vfw9a568711a6570_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json","artifactChecksum":"NTgzZWZjYjY4NGEwMTAxYmVlODA2ZGUzZWQ4ODg2ODQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5a61c19d-f7ae-488e-b684-9c3f913ce9df","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a0ddfa6-9a4b-472b-9588-db254e035013","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vendor-license-model.xml","artifactChecksum":"Njk5MzQzNmIwMTQwNDllYzRkNjJkMDg0ZWY3MWQyYWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"855b809a-cdd8-4dad-8413-2d97766cccc4","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"46455902-6133-4384-8e49-f008a315db81","artifactVersion":"2","generatedFromUUID":"7a0ddfa6-9a4b-472b-9588-db254e035013"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220615041705-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-template.yml","artifactChecksum":"YjNkYjQ2ODZkOGE0MTcxYWIwMTc2ZTM1M2ZhOTI5MjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"43886efa-e477-4b3a-8b9f-2ac4f87b4bd8","artifactVersion":"1"},{"artifactName":"service-Vfw20220615041705-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar","artifactChecksum":"YjljZmMwM2NjYjRkNTA2NjEzZDQ4YmQwZTU2NjZjZjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a63662b8-547f-4b88-a9c7-c9eade06e637","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-15T04:19:05.060Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:19:05.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "ves-openapi-manager", "timestamp": 1655266696576, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.090Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:19:05.105Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:19:05.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.133Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:19:05.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "multicloud-k8s-id", "timestamp": 1655266698732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.134Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266744404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "cds", "timestamp": 1655266692042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655266696635, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "policy-id", "timestamp": 1655266689686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "clamp", "timestamp": 1655266698880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "multicloud-k8s-id", "timestamp": 1655266698732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json", "status": "NOTIFIED" } 2022-06-15T04:19:05.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "ves-openapi-manager", "timestamp": 1655266696576, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "policy-id", "timestamp": 1655266689686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655266696635, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "cds", "timestamp": 1655266692042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "clamp", "timestamp": 1655266698880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json", "status": "NOTIFIED" } 2022-06-15T04:19:05.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.144Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.144Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "multicloud-k8s-id", "timestamp": 1655266698732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-15T04:19:05.144Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.145Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.145Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "policy-id", "timestamp": 1655266689686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-15T04:19:05.146Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.146Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.146Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "cds", "timestamp": 1655266692042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.147Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.147Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.148Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "ves-openapi-manager", "timestamp": 1655266696576, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.151Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655266696635, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "clamp", "timestamp": 1655266698880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "multicloud-k8s-id", "timestamp": 1655266698732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.155Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.155Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.155Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "ves-openapi-manager", "timestamp": 1655266696576, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.156Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.156Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.156Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655266696635, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.157Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.157Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.157Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "cds", "timestamp": 1655266692042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.158Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.158Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "policy-id", "timestamp": 1655266689686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.159Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.159Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.160Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "clamp", "timestamp": 1655266698880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.161Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "multicloud-k8s-id", "timestamp": 1655266698732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-15T04:19:05.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "cds", "timestamp": 1655266692042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "policy-id", "timestamp": 1655266689686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "ves-openapi-manager", "timestamp": 1655266696576, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655266696635, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "clamp", "timestamp": 1655266698880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "multicloud-k8s-id", "timestamp": 1655266698732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "policy-id", "timestamp": 1655266689686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "cds", "timestamp": 1655266692042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655266696635, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "ves-openapi-manager", "timestamp": 1655266696576, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "clamp", "timestamp": 1655266698880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "multicloud-k8s-id", "timestamp": 1655266698732, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:19:05.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "policy-id", "timestamp": 1655266689686, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:19:05.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "cds", "timestamp": 1655266692042, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:19:05.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655266696635, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:19:05.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "ves-openapi-manager", "timestamp": 1655266696576, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "clamp", "timestamp": 1655266698880, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:19:05.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "multicloud-k8s-id", "timestamp": 1655266707688, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json", "status": "DOWNLOAD_OK" } 2022-06-15T04:19:05.184Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:19:05.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "cds", "timestamp": 1655266707613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:19:05.185Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:19:05.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655266708041, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:19:05.186Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:19:05.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "policy-id", "timestamp": 1655266706516, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:19:05.187Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:19:05.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "cds", "timestamp": 1655266708643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-06-15T04:19:05.232Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-06-15T04:19:05.240Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:19:05.240Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:19:05.272Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:19:05.274Z||pool-3-thread-1|||||INFO|500||cambria reply ok (35 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:19:05.529Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bccbb278-1e7f-494d-9f4a-275edaf39ffb 2022-06-15T04:19:05.564Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bccbb278-1e7f-494d-9f4a-275edaf39ffb and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:19:05.628Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "policy-id", "timestamp": 1655266707530, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:19:05.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:19:05.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "multicloud-k8s-id", "timestamp": 1655266708770, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-15T04:19:05.629Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:19:05.630Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.630Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "policy-id", "timestamp": 1655266708553, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:19:05.656Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bccbb278-1e7f-494d-9f4a-275edaf39ffb 2022-06-15T04:19:05.656Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bccbb278-1e7f-494d-9f4a-275edaf39ffb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:19:05.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "multicloud-k8s-id", "timestamp": 1655266709832, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:19:05.691Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:19:05.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "multicloud-k8s-id", "timestamp": 1655266710906, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:19:05.721Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bccbb278-1e7f-494d-9f4a-275edaf39ffb 2022-06-15T04:19:05.722Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bccbb278-1e7f-494d-9f4a-275edaf39ffb and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-15T04:19:05.741Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.741Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "multicloud-k8s-id", "timestamp": 1655266711911, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json", "status": "DEPLOY_OK" } 2022-06-15T04:19:05.742Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:19:05.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "aai-ml", "timestamp": 1655266714549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.742Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655266715723, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:19:05.743Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:19:05.743Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "aai-ml", "timestamp": 1655266714549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655266716730, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:19:05.759Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bccbb278-1e7f-494d-9f4a-275edaf39ffb 2022-06-15T04:19:05.760Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bccbb278-1e7f-494d-9f4a-275edaf39ffb and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:19:05.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "aai-ml", "timestamp": 1655266714549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.786Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.787Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.787Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "aai-ml", "timestamp": 1655266714549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.788Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "aai-ml", "timestamp": 1655266714549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.788Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.789Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.789Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "clamp", "timestamp": 1655266718967, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:19:05.790Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:19:05.790Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.790Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "aai-ml", "timestamp": 1655266714549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:05.790Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.791Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.791Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "aai-ml", "timestamp": 1655266714549, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:19:05.791Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:19:05.792Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.792Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "aai-ml", "timestamp": 1655266722553, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:19:05.792Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:19:05.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.793Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "clamp", "timestamp": 1655266721962, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:19:05.793Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:19:05.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "clamp", "timestamp": 1655266722967, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:19:05.825Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bccbb278-1e7f-494d-9f4a-275edaf39ffb 2022-06-15T04:19:05.826Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bccbb278-1e7f-494d-9f4a-275edaf39ffb and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:19:05.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "aai-ml", "timestamp": 1655266742405, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:19:05.856Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:19:05.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:19:05.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "aai-ml", "timestamp": 1655266743412, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:19:05.886Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bccbb278-1e7f-494d-9f4a-275edaf39ffb 2022-06-15T04:19:05.886Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bccbb278-1e7f-494d-9f4a-275edaf39ffb and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:19:06.148Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:19:06.149Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:19:06.152Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:19:06.152Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266744404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json", "status": "NOTIFIED" } 2022-06-15T04:19:06.252Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:19:06.256Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:19:06.256Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:19:06.275Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:19:06.276Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:19:07.153Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:19:07.154Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:19:07.157Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:19:07.158Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266744404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-15T04:19:07.259Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-15T04:19:07.261Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:19:07.261Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:19:07.281Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:19:07.282Z||pool-5-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:19:08.158Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:19:08.160Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:19:08.162Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:19:08.162Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266744404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:08.263Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-15T04:19:08.264Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:19:08.264Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:19:08.282Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:19:08.284Z||pool-6-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:19:09.163Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:19:09.165Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:19:09.170Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:19:09.170Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266744404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-15T04:19:09.270Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:19:09.271Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:19:09.272Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:19:09.296Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:19:09.297Z||pool-7-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:19:10.171Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:19:10.173Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:19:10.176Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:19:10.176Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266744404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:19:10.277Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:19:10.278Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:19:10.279Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:19:10.296Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:19:10.297Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:19:11.177Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:19:11.180Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:19:11.184Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:19:11.185Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266744404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:19:11.284Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-15T04:19:11.285Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:19:11.285Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:19:11.304Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:19:11.305Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:19:12.190Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "serviceName": "vFW 2022-06-15 04-17-05", "serviceVersion": "1.0", "serviceUUID": "ed2a9c1e-3835-4532-b091-0b962649a02f", "serviceDescription": "catalog service description", "serviceInvariantUUID": "eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e", "resources": [ { "resourceInstanceName": "vFW 9a568711-a657 0", "resourceCustomizationUUID": "5f1214aa-d991-423a-ac44-d90a0e8250c8", "resourceName": "vFW 9a568711-a657", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1a4c7c74-e81d-4b12-bec3-bae5dc1c3cd7", "resourceInvariantUUID": "49ea77f1-f73d-4f60-93d3-e72c98f78cd8", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw9a568711a6570_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json", "artifactChecksum": "NTgzZWZjYjY4NGEwMTAxYmVlODA2ZGUzZWQ4ODg2ODQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5a61c19d-f7ae-488e-b684-9c3f913ce9df", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7a0ddfa6-9a4b-472b-9588-db254e035013", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "46455902-6133-4384-8e49-f008a315db81", "generatedFromUUID": "7a0ddfa6-9a4b-472b-9588-db254e035013" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "46455902-6133-4384-8e49-f008a315db81", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220615041705-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "artifactChecksum": "YjljZmMwM2NjYjRkNTA2NjEzZDQ4YmQwZTU2NjZjZjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a63662b8-547f-4b88-a9c7-c9eade06e637" } ], "workloadContext": "Production" } 2022-06-15T04:19:12.193Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-15T04:19:12.193Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ed2a9c1e-3835-4532-b091-0b962649a02f ASDC 2022-06-15T04:19:12.386Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:bccbb278-1e7f-494d-9f4a-275edaf39ffb ServiceName:vFW 2022-06-15 04-17-05 ServiceVersion:1.0 ServiceUUID:ed2a9c1e-3835-4532-b091-0b962649a02f ServiceInvariantUUID:eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220615041705-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar ArtifactUUID:a63662b8-547f-4b88-a9c7-c9eade06e637 ArtifactChecksum:YjljZmMwM2NjYjRkNTA2NjEzZDQ4YmQwZTU2NjZjZjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 9a568711-a657 0 ResourceCustomizationUUID:5f1214aa-d991-423a-ac44-d90a0e8250c8 ResourceInvariantUUID:49ea77f1-f73d-4f60-93d3-e72c98f78cd8 ResourceName:vFW 9a568711-a657 ResourceType:VF ResourceUUID:1a4c7c74-e81d-4b12-bec3-bae5dc1c3cd7 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw9a568711a6570_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json ArtifactUUID:5a61c19d-f7ae-488e-b684-9c3f913ce9df ArtifactChecksum:NTgzZWZjYjY4NGEwMTAxYmVlODA2ZGUzZWQ4ODg2ODQ= 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/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml ArtifactUUID:7a0ddfa6-9a4b-472b-9588-db254e035013 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/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env ArtifactUUID:46455902-6133-4384-8e49-f008a315db81 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/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env ArtifactUUID:46455902-6133-4384-8e49-f008a315db81 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-15T04:19:12.388Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ed2a9c1e-3835-4532-b091-0b962649a02f ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-15T04:19:12.470Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-15T04:19:12.472Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-15T04:19:12.474Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-15T04:19:12.475Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a63662b8-547f-4b88-a9c7-c9eade06e637 from URL: /sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar 2022-06-15T04:19:12.475Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-15T04:19:12.477Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar 2022-06-15T04:19:12.715Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-15T04:19:12.752Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar a63662b8-547f-4b88-a9c7-c9eade06e637 99040 2022-06-15T04:19:12.753Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar ASDC sendASDCNotification 2022-06-15T04:19:12.754Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar 2022-06-15T04:19:12.755Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:19:12.757Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:19:12.760Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:19:12.760Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266752752, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:19:12.860Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:19:12.861Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:19:12.862Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:19:12.887Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:19:12.888Z||pool-10-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:19:13.761Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-15T04:19:13.763Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-15T04:19:13.764Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a63662b8-547f-4b88-a9c7-c9eade06e637, URL: /sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar to file: /app/ASDC/1/service-Vfw20220615041705-csar.csar 2022-06-15T04:19:13.765Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220615041705-csar.csar 2022-06-15T04:19:13.913Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220615041705-csar.csar 2022-06-15T04:19:13.913Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220615041705-csar.csar 2022-06-15T04:19:15.092Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10326400998348592550/Definitions/service-Vfw20220615041705-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_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 2022-06-15T04:19:20.192Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-15T04:19:20.205Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-15T04:19:20.206Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220615041705-csar.csar 2022-06-15T04:19:20.206Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-15T04:19:20.207Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||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-Vfw20220615041705-csar.csar 2022-06-15T04:19:20.207Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||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-Vfw20220615041705-csar.csar 2022-06-15T04:19:20.207Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9a568711-a657 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-Vfw20220615041705-csar.csar 2022-06-15T04:19:20.208Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||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-Vfw20220615041705-csar.csar 2022-06-15T04:19:20.209Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220615041705-csar.csar 2022-06-15T04:19:20.210Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220615041705-csar.csar 2022-06-15T04:19:20.210Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||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-Vfw20220615041705-csar.csar 2022-06-15T04:19:20.210Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||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-Vfw20220615041705-csar.csar 2022-06-15T04:19:20.211Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||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-Vfw20220615041705-csar.csar 2022-06-15T04:19:20.211Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220615041705-csar.csar 2022-06-15T04:19:20.211Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||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-Vfw20220615041705-csar.csar 2022-06-15T04:19:20.211Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220615041705-csar.csar 2022-06-15T04:19:20.212Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||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-Vfw20220615041705-csar.csar 2022-06-15T04:19:20.212Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-15T04:19:20.224Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:20.226Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:19:20.234Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria 2022-06-15T04:19:20.234Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-15T04:19:20.237Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-15T04:19:20.240Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:20.240Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:19:20.241Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria 2022-06-15T04:19:20.241Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-15T04:19:20.242Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-15T04:19:20.242Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:20.242Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:19:20.251Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:20.252Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is not matching search criteria 2022-06-15T04:19:20.252Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-15T04:19:20.252Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-15T04:19:20.253Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-15T04:19:20.253Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-15T04:19:20.254Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-15T04:19:20.254Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-15T04:19:20.254Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-15T04:19:20.255Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-15T04:19:20.255Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-15T04:19:20.255Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-15T04:19:20.256Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-15T04:19:20.256Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-15T04:19:20.257Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-15T04:19:20.257Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-15T04:19:20.257Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-15T04:19:20.258Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-15T04:19:20.258Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:20.259Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-15T04:19:20.261Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:20.262Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria 2022-06-15T04:19:20.262Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:19:20.263Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:20.263Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria 2022-06-15T04:19:20.264Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:19:20.264Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:20.265Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria 2022-06-15T04:19:20.265Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:19:20.265Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:20.266Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is not matching search criteria 2022-06-15T04:19:20.266Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-15T04:19:20.267Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-15T04:19:20.267Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-15T04:19:20.267Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-15T04:19:20.268Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-15T04:19:20.268Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-15T04:19:20.268Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-15T04:19:20.269Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-15T04:19:20.269Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-15T04:19:20.270Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-15T04:19:20.270Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-15T04:19:20.271Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bdbf6847-1b19-4bd2-95c6-1e85177d9063 2022-06-15T04:19:20.271Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:20.271Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is not matching search criteria 2022-06-15T04:19:20.272Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-15T04:19:20.272Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-15T04:19:20.273Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-15T04:19:20.273Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-15T04:19:20.273Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-15T04:19:20.274Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-15T04:19:20.274Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-15T04:19:20.274Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-15T04:19:20.275Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-15T04:19:20.275Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-15T04:19:20.275Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-15T04:19:20.275Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-15T04:19:20.275Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2c3ecdef-0dbd-42d9-a964-ea421f3408a5 2022-06-15T04:19:20.276Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:20.276Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is not matching search criteria 2022-06-15T04:19:20.276Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-15T04:19:20.277Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-15T04:19:20.277Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-15T04:19:20.277Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-15T04:19:20.277Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-15T04:19:20.278Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-15T04:19:20.278Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-15T04:19:20.278Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-15T04:19:20.278Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-15T04:19:20.278Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-15T04:19:20.279Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-15T04:19:20.279Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-15T04:19:20.279Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=48a1629e-6c07-44ec-82fc-4a072cfc2c9d 2022-06-15T04:19:20.279Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:20.280Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:19:20.280Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:20.280Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:19:20.280Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:20.281Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:19:20.281Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:20.281Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:19:20.281Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-15 04-17-05 Description:catalog service description Model UUID:ed2a9c1e-3835-4532-b091-0b962649a02f Model Version:NULL Model InvariantUuid:eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 9a568711-a657 Model UUID:1b1e9539-3b64-4352-87b3-2010624a445f Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:49ea77f1-f73d-4f60-93d3-e72c98f78cd8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5f1214aa-d991-423a-ac44-d90a0e8250c8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0f2f494a-eb30-4819-9a36-025a0c18b10b ModelName:Vfw9a568711A657..base_vfw..module-0 ModelUuid:b183ef7d-7e56-4ff6-919f-651bef563d00 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:bdbf6847-1b19-4bd2-95c6-1e85177d9063 ModelInvariantUuid:ffcc07f5-6986-4588-8baf-7b88a5305da7 ModelName:vFW 9a568711-a657-nodes.vfwCvfc ModelUuid:c39ac02f-063c-4dd7-9983-c30d326ca8e8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:23283963-ee4c-4989-9915-636be32a29ff ModelInvariantUuid:f9a83a84-b5e5-42d2-b04b-982fb8785bcc ModelName:Vfw9a568711A657.compute.nodes.heat.vfw ModelUuid:8cdf0863-edf9-421b-88d3-3f013be27b69 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:2c3ecdef-0dbd-42d9-a964-ea421f3408a5 ModelInvariantUuid:49939944-5c02-4f04-96a0-a36a1d56803b ModelName:vFW 9a568711-a657-nodes.vsnCvfc ModelUuid:9eaa40e8-3858-4c60-a9ae-ae895ec005f1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:0643bc60-2972-4b71-9274-5e6ff348ea90 ModelInvariantUuid:6b748acd-72d4-4b3e-b2ca-a4aab6c01668 ModelName:Vfw9a568711A657.compute.nodes.heat.vsn ModelUuid:18d75973-bccb-4bd9-b4c8-d5cdda3f5fde ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:48a1629e-6c07-44ec-82fc-4a072cfc2c9d ModelInvariantUuid:091e0c3a-dbcc-47d6-88eb-21bdcda6a94d ModelName:vFW 9a568711-a657-nodes.vpgCvfc ModelUuid:8a070b83-2828-4196-b72f-41e8931783fe ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:6e1df21b-5245-42d1-8d06-baf841672525 ModelInvariantUuid:422c5b62-a8af-4916-9312-ac36bbc65147 ModelName:Vfw9a568711A657.compute.nodes.heat.vpg ModelUuid:6e003125-6442-4344-8b96-9ecbd7529e1e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-15T04:19:20.309Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 1a4c7c74-e81d-4b12-bec3-bae5dc1c3cd7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:19:20.465Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||vFW 9a568711-a657 0 2022-06-15T04:19:20.475Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1a4c7c74-e81d-4b12-bec3-bae5dc1c3cd7 2022-06-15T04:19:20.475Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5a61c19d-f7ae-488e-b684-9c3f913ce9df from URL: /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json 2022-06-15T04:19:20.476Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-15T04:19:20.476Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json 2022-06-15T04:19:20.541Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-15T04:19:20.542Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json 5a61c19d-f7ae-488e-b684-9c3f913ce9df 785 2022-06-15T04:19:20.542Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json ASDC sendASDCNotification 2022-06-15T04:19:20.543Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json 2022-06-15T04:19:20.543Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:19:20.543Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:19:20.547Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:19:20.547Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266760542, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json", "status": "DOWNLOAD_OK" } 2022-06-15T04:19:20.647Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:19:20.648Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:19:20.649Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:19:20.666Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:19:20.667Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:19:21.549Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9a568711A657..base_vfw..module-0", "vfModuleModelInvariantUUID": "0f2f494a-eb30-4819-9a36-025a0c18b10b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b183ef7d-7e56-4ff6-919f-651bef563d00", "vfModuleModelCustomizationUUID": "f7e512b0-5dfd-4574-97b1-69dda3ab12b4", "isBase": true, "artifacts": [ "7a0ddfa6-9a4b-472b-9588-db254e035013", "46455902-6133-4384-8e49-f008a315db81" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-15T04:19:21.568Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9a568711A657..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b183ef7d-7e56-4ff6-919f-651bef563d00 VfModuleModelInvariantUUID:0f2f494a-eb30-4819-9a36-025a0c18b10b VfModuleModelDescription:NULL Artifacts UUID List:{ 7a0ddfa6-9a4b-472b-9588-db254e035013 , 46455902-6133-4384-8e49-f008a315db81 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-15T04:19:21.573Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw9a568711A657..base_vfw..module-0", "vfModuleModelInvariantUUID": "0f2f494a-eb30-4819-9a36-025a0c18b10b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b183ef7d-7e56-4ff6-919f-651bef563d00", "vfModuleModelCustomizationUUID": "f7e512b0-5dfd-4574-97b1-69dda3ab12b4", "isBase": true, "artifacts": [ "7a0ddfa6-9a4b-472b-9588-db254e035013", "46455902-6133-4384-8e49-f008a315db81" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-15T04:19:21.573Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw9a568711A657..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b183ef7d-7e56-4ff6-919f-651bef563d00 VfModuleModelInvariantUUID:0f2f494a-eb30-4819-9a36-025a0c18b10b VfModuleModelDescription:NULL Artifacts UUID List:{ 7a0ddfa6-9a4b-472b-9588-db254e035013 , 46455902-6133-4384-8e49-f008a315db81 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-15T04:19:21.573Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7a0ddfa6-9a4b-472b-9588-db254e035013 from URL: /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml 2022-06-15T04:19:21.574Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-15T04:19:21.574Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml 2022-06-15T04:19:21.640Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-15T04:19:21.642Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml 7a0ddfa6-9a4b-472b-9588-db254e035013 20368 2022-06-15T04:19:21.642Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-15T04:19:21.643Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml 2022-06-15T04:19:21.643Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:19:21.643Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:19:21.646Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:19:21.646Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266761642, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-15T04:19:21.746Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:19:21.748Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:19:21.748Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:19:21.777Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:19:21.778Z||pool-12-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:19:22.648Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 46455902-6133-4384-8e49-f008a315db81 from URL: /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env 2022-06-15T04:19:22.651Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-15T04:19:22.652Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env 2022-06-15T04:19:22.793Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-15T04:19:22.795Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env 46455902-6133-4384-8e49-f008a315db81 2098 2022-06-15T04:19:22.795Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-15T04:19:22.796Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env 2022-06-15T04:19:22.796Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:19:22.797Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:19:22.801Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:19:22.802Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266762795, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:19:22.901Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-15T04:19:22.903Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:19:22.903Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:19:22.934Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:19:22.935Z||pool-13-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:19:23.802Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: ed2a9c1e-3835-4532-b091-0b962649a02f 2022-06-15T04:19:23.803Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9a568711-a657 0 1a4c7c74-e81d-4b12-bec3-bae5dc1c3cd7 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:19:23.893Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59cbb95, org.onap.sdc.toscaparser.api.parameters.Input@1c8b69c7, org.onap.sdc.toscaparser.api.parameters.Input@3d0b73bd, org.onap.sdc.toscaparser.api.parameters.Input@250c662a, org.onap.sdc.toscaparser.api.parameters.Input@452c310d] 2022-06-15T04:19:23.900Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:23.901Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:19:23.902Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-06-15T04:19:23.902Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 5f1214aa-d991-423a-ac44-d90a0e8250c8 2022-06-15T04:19:23.902Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5f1214aa-d991-423a-ac44-d90a0e8250c8 matches Tosca VF Customization UUID: 5f1214aa-d991-423a-ac44-d90a0e8250c8 2022-06-15T04:19:23.902Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 5f1214aa-d991-423a-ac44-d90a0e8250c8 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-15T04:19:23.916Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:23.916Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:19:23.920Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 5f1214aa-d991-423a-ac44-d90a0e8250c8: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-06-15T04:19:23.921Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@e7f3d40 2022-06-15T04:19:23.922Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:23.923Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-15T04:19:23.925Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f7e512b0-5dfd-4574-97b1-69dda3ab12b4 2022-06-15T04:19:23.928Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f7e512b0-5dfd-4574-97b1-69dda3ab12b4 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-15T04:19:23.941Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:23.941Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria 2022-06-15T04:19:23.942Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:19:23.943Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:23.943Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria 2022-06-15T04:19:23.944Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:19:23.944Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:23.945Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is not matching search criteria 2022-06-15T04:19:23.945Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-15T04:19:23.946Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-15T04:19:23.946Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-15T04:19:23.946Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-15T04:19:23.947Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-15T04:19:23.947Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-15T04:19:23.948Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-15T04:19:23.949Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-15T04:19:23.949Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-15T04:19:23.950Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-15T04:19:23.950Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-15T04:19:23.951Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=bdbf6847-1b19-4bd2-95c6-1e85177d9063 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-15T04:19:23.964Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:23.966Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria 2022-06-15T04:19:23.966Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:19:23.967Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:23.967Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is not matching search criteria 2022-06-15T04:19:23.967Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-15T04:19:23.968Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-15T04:19:23.968Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-15T04:19:23.969Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-15T04:19:23.969Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-15T04:19:23.970Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-15T04:19:23.970Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-15T04:19:23.971Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-15T04:19:23.971Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-15T04:19:23.972Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-15T04:19:23.972Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-15T04:19:23.972Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-15T04:19:23.973Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=2c3ecdef-0dbd-42d9-a964-ea421f3408a5 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-15T04:19:23.977Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:23.978Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria 2022-06-15T04:19:23.979Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:19:23.984Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:23.985Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is not matching search criteria 2022-06-15T04:19:23.985Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-15T04:19:23.986Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-15T04:19:23.986Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-15T04:19:23.987Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-15T04:19:23.987Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-15T04:19:23.987Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-15T04:19:23.988Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-15T04:19:23.988Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-15T04:19:23.989Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-15T04:19:23.989Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-15T04:19:23.989Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-15T04:19:23.990Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-15T04:19:23.990Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=48a1629e-6c07-44ec-82fc-4a072cfc2c9d Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-15T04:19:23.996Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:23.997Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria 2022-06-15T04:19:23.997Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:19:23.998Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:23.998Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Node template vFW 9a568711-a657 0 is matching search criteria 2022-06-15T04:19:23.999Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9a568711-a657 0] matching following query criteria: sdcType=VF, customizationUUID=5f1214aa-d991-423a-ac44-d90a0e8250c8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:19:24.014Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:24.015Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:19:24.016Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid ed2a9c1e-3835-4532-b091-0b962649a02f: vFW 9a568711-a657 2022-06-15T04:19:24.017Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:24.017Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:19:24.018Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:24.018Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:19:24.019Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:24.019Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:19:24.020Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:24.020Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:19:24.020Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:19:24.021Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-06-15 04-17-05 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:19:24.022Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-06-15 04-17-05 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:19:24.575Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9a568711-a657 1a4c7c74-e81d-4b12-bec3-bae5dc1c3cd7 1 ASDC deployResourceStructure 2022-06-15T04:19:24.576Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json ASDC sendASDCNotification 2022-06-15T04:19:24.576Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json 2022-06-15T04:19:24.576Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:19:24.577Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:19:24.580Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:19:24.580Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266764576, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json", "status": "DEPLOY_OK" } 2022-06-15T04:19:24.681Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-15T04:19:24.683Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:19:24.683Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:19:24.700Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:19:24.701Z||pool-14-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:19:25.581Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-15T04:19:25.583Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml 2022-06-15T04:19:25.583Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:19:25.584Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:19:25.587Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:19:25.588Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266765581, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-15T04:19:25.688Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:19:25.690Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:19:25.690Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:19:25.723Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:19:25.724Z||pool-15-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:19:26.589Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-15T04:19:26.589Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env 2022-06-15T04:19:26.590Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:19:26.590Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:19:26.593Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:19:26.594Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266766588, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-15T04:19:26.695Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-15T04:19:26.697Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:19:26.697Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:19:26.712Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:19:26.713Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:19:27.596Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar ASDC sendASDCNotification 2022-06-15T04:19:27.596Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar 2022-06-15T04:19:27.596Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:19:27.597Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:19:27.599Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:19:27.599Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266767596, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:19:27.700Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:19:27.701Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:19:27.702Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:19:27.725Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:19:27.726Z||pool-17-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:19:28.601Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bccbb278-1e7f-494d-9f4a-275edaf39ffb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:19:28.623Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bccbb278-1e7f-494d-9f4a-275edaf39ffb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:19:28.628Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:19:28.628Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-15T04:19:28.629Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-15T04:19:28.629Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-15T04:19:28.629Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:19:28.629Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:19:28.629Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:19:28.629Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:19:28.629Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:19:28.629Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:19:28.630Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:19:28.636Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-15T04:19:58.637Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bccbb278-1e7f-494d-9f4a-275edaf39ffb and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-15T04:19:58.655Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bccbb278-1e7f-494d-9f4a-275edaf39ffb and serviceModelVersionId: ed2a9c1e-3835-4532-b091-0b962649a02f 2022-06-15T04:19:58.656Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e 2022-06-15T04:20:04.409Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:20:04.410Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:20:04.411Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:20:04.558Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:20:04.559Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:20:04.559Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266744404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:20:04.560Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:20:21.676Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e/model-vers/model-ver/ed2a9c1e-3835-4532-b091-0b962649a02f?depth=0 2022-06-15T04:20:21.870Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-15T04:20:22.635Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e/model-vers/model-ver/ed2a9c1e-3835-4532-b091-0b962649a02f?depth=0|INFO|500||Invoke 2022-06-15T04:20:22.647Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e/model-vers/model-ver/ed2a9c1e-3835-4532-b091-0b962649a02f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e/model-vers/model-ver/ed2a9c1e-3835-4532-b091-0b962649a02f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bccbb278-1e7f-494d-9f4a-275edaf39ffb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1336be97-28b2-4d19-af34-9e614f39e91d], X-ECOMP-RequestID=[bccbb278-1e7f-494d-9f4a-275edaf39ffb], X-TransactionId=[], X-ONAP-RequestID=[bccbb278-1e7f-494d-9f4a-275edaf39ffb], Content-Type=[application/merge-patch+json]} 2022-06-15T04:20:22.854Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e/model-vers/model-ver/ed2a9c1e-3835-4532-b091-0b962649a02f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-15T04:20:23.172Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e/model-vers/model-ver/ed2a9c1e-3835-4532-b091-0b962649a02f?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/eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e/model-vers/model-ver/ed2a9c1e-3835-4532-b091-0b962649a02f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220615-04:20:22:539-73204], vertex-id=[155704], Content-Length=[0], Date=[Wed, 15 Jun 2022 04:20:22 GMT], Content-Type=[application/json]} 2022-06-15T04:20:23.175Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e/model-vers/model-ver/ed2a9c1e-3835-4532-b091-0b962649a02f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-15T04:20:23.176Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb464c5f-f86c-45dd-a3ed-20bb1d6bac0e/model-vers/model-ver/ed2a9c1e-3835-4532-b091-0b962649a02f?depth=0|INFO|500||InvokeReturn 2022-06-15T04:20:23.182Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-15T04:20:23.183Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:20:23.189Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-15T04:20:23.191Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bccbb278-1e7f-494d-9f4a-275edaf39ffb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-15T04:20:23.193Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-15T04:20:23.193Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:20:23.196Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:20:23.196Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266823191, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-15T04:20:23.297Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:20:23.299Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:20:23.299Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:20:23.339Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:20:23.340Z||pool-18-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-15T04:20:24.228Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:20:24.229Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:20:24.230Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:20:33.823Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:21:04.404Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:21:04.405Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:21:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:21:04.408Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:21:04.409Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:21:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:21:04.467Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:21:04.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-15T04:21:04.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266744404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json", "status": "NOTIFIED" } 2022-06-15T04:21:04.470Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-15T04:21:04.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-15T04:21:04.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266744404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-15T04:21:04.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-15T04:21:04.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-15T04:21:04.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266744404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:21:04.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-15T04:21:04.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-15T04:21:04.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266744404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-15T04:21:04.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-15T04:21:04.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-15T04:21:04.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266744404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:21:04.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-15T04:21:04.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-15T04:21:04.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266744404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:21:04.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-15T04:21:04.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-15T04:21:04.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266752752, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:21:04.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:21:04.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-15T04:21:04.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266760542, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json", "status": "DOWNLOAD_OK" } 2022-06-15T04:21:04.473Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:21:04.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-15T04:21:04.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266761642, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-15T04:21:04.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:21:04.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-15T04:21:04.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266762795, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:21:04.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:21:04.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-15T04:21:04.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266764576, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/vfw9a568711a6570_modules.json", "status": "DEPLOY_OK" } 2022-06-15T04:21:04.475Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:21:04.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-15T04:21:04.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266765581, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-15T04:21:04.475Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:21:04.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-15T04:21:04.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266766588, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/resourceInstances/vfw9a568711a6570/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-15T04:21:04.475Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:21:04.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-15T04:21:04.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266767596, "artifactURL": "/sdc/v1/catalog/services/Vfw20220615041705/1.0/artifacts/service-Vfw20220615041705-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:21:04.476Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:21:13.967Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:22:04.409Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:22:04.409Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:22:04.410Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:22:04.410Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:22:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:22:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:22:04.963Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:22:04.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:22:04.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bccbb278-1e7f-494d-9f4a-275edaf39ffb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266823191, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-15T04:22:04.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:22:13.970Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:23:04.404Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:23:04.405Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:23:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:23:04.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:23:04.409Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:23:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:23:05.045Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:23:05.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"91aedab7-5298-4124-8ddf-c65d685dd005","serviceName":"basic_onboard_YFUZso","serviceVersion":"1.0","serviceUUID":"e5518f8d-eac9-48d7-b3fe-00e9d8c745f7","serviceDescription":"service","serviceInvariantUUID":"dd21931c-7246-4ade-a498-bd49b55c5df0","resources":[{"resourceInstanceName":"basic_onboard_YFUZso 0","resourceName":"basic_onboard_YFUZso","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e933a00c-e635-4294-b912-1376f021eff2","resourceInvariantUUID":"c823dd5c-0e5f-4d84-a191-b264146f4475","resourceCustomizationUUID":"fab649a7-952f-475c-8f1e-9d5875f24554","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vf-license-model.xml","artifactChecksum":"OWQ5NmJiMWU3ZWU2OTM3NTZlYTVkY2FjM2UwYTk3MjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5a0e42f9-c44a-485a-a13c-086eaa320523","artifactVersion":"1"},{"artifactName":"basic_onboard_yfuzso0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json","artifactChecksum":"MmY2YTY1Mzc3MjRiNDU0OTgwMWMzMjg5OGNlNjdlMWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d3ead813-d7ab-41b5-b78a-8e83687ef3ae","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"df45d7c6-61f3-4822-859d-ea45dab84241","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"51abd5ee-67d4-4297-a6fd-965f128e7283","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5e9e4aaf-409b-4e62-8937-5f98095b007a","artifactVersion":"2","generatedFromUUID":"df45d7c6-61f3-4822-859d-ea45dab84241"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardYfuzso-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-template.yml","artifactChecksum":"OTA0OTcxNjc1YjQ3ZTQyOGRiYTk0YjE4YTg4OWYzODk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0c4e8f1a-6c18-4e25-82a0-3733d1149716","artifactVersion":"1"},{"artifactName":"service-BasicOnboardYfuzso-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar","artifactChecksum":"NzU3YzA5NjMwMjAxY2UxY2YzOWQzNjYyZDVhNDg3NjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9dd71acd-c2f0-42e2-a009-6a5c23cd9f6b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-15T04:23:05.052Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:23:05.052Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:23:05.055Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:23:05.055Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:23:05.056Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266984404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "cds", "timestamp": 1655266947042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "policy-id", "timestamp": 1655266949686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.059Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "cds", "timestamp": 1655266947042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.060Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "policy-id", "timestamp": 1655266949686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.060Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.060Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "policy-id", "timestamp": 1655266949686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-15T04:23:05.061Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.061Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.061Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "cds", "timestamp": 1655266947042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.062Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.062Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "policy-id", "timestamp": 1655266949686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.062Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "cds", "timestamp": 1655266947042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.063Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "aai-ml", "timestamp": 1655266954549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.064Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.064Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "policy-id", "timestamp": 1655266949686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "cds", "timestamp": 1655266947042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "aai-ml", "timestamp": 1655266954549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "policy-id", "timestamp": 1655266949686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "cds", "timestamp": 1655266947042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "aai-ml", "timestamp": 1655266954549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "ves-openapi-manager", "timestamp": 1655266956575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "policy-id", "timestamp": 1655266949686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:23:05.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "cds", "timestamp": 1655266947042, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:23:05.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "aai-ml", "timestamp": 1655266954549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "ves-openapi-manager", "timestamp": 1655266956575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "policy-id", "timestamp": 1655266957970, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:23:05.070Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:23:05.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "cds", "timestamp": 1655266959124, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:23:05.071Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:23:05.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "aai-ml", "timestamp": 1655266954549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "multicloud-k8s-id", "timestamp": 1655266958731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "ves-openapi-manager", "timestamp": 1655266956575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "policy-id", "timestamp": 1655266958974, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:23:05.073Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:23:05.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "cds", "timestamp": 1655266960134, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:23:05.116Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 91aedab7-5298-4124-8ddf-c65d685dd005 2022-06-15T04:23:05.117Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91aedab7-5298-4124-8ddf-c65d685dd005 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:23:05.140Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.140Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "aai-ml", "timestamp": 1655266954549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.141Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.141Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.142Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "multicloud-k8s-id", "timestamp": 1655266958731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json", "status": "NOTIFIED" } 2022-06-15T04:23:05.142Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.142Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.143Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "ves-openapi-manager", "timestamp": 1655266956575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.143Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.143Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.144Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "policy-id", "timestamp": 1655266959977, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:23:05.162Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-06-15T04:23:05.163Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:23:05.163Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:23:05.166Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91aedab7-5298-4124-8ddf-c65d685dd005 2022-06-15T04:23:05.166Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91aedab7-5298-4124-8ddf-c65d685dd005 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:23:05.180Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.181Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "aai-ml", "timestamp": 1655266954549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:23:05.182Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:23:05.182Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.182Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:23:05.182Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.182Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "multicloud-k8s-id", "timestamp": 1655266958731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-15T04:23:05.183Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.183Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.183Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "ves-openapi-manager", "timestamp": 1655266956575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.184Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "multicloud-k8s-id", "timestamp": 1655266958731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "aai-ml", "timestamp": 1655266962413, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:23:05.186Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:23:05.186Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.186Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "ves-openapi-manager", "timestamp": 1655266956575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.187Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.187Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.187Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "multicloud-k8s-id", "timestamp": 1655266958731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-15T04:23:05.188Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.188Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.188Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "ves-openapi-manager", "timestamp": 1655266956575, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.189Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.189Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "multicloud-k8s-id", "timestamp": 1655266958731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.190Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.190Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.190Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "multicloud-k8s-id", "timestamp": 1655266958731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:23:05.191Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.191Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.191Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "multicloud-k8s-id", "timestamp": 1655266966584, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-15T04:23:05.192Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:23:05.192Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.192Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655266966634, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.192Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.193Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.193Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "multicloud-k8s-id", "timestamp": 1655266967671, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-15T04:23:05.193Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:23:05.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655266966634, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.194Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.194Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "multicloud-k8s-id", "timestamp": 1655266968738, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:23:05.195Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:23:05.195Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655266966634, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.196Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "multicloud-k8s-id", "timestamp": 1655266969766, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:23:05.212Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 91aedab7-5298-4124-8ddf-c65d685dd005 2022-06-15T04:23:05.213Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91aedab7-5298-4124-8ddf-c65d685dd005 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-15T04:23:05.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655266966634, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.227Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.227Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "clamp", "timestamp": 1655266968880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "multicloud-k8s-id", "timestamp": 1655266970773, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json", "status": "DEPLOY_OK" } 2022-06-15T04:23:05.229Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:23:05.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655266966634, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "clamp", "timestamp": 1655266968880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json", "status": "NOTIFIED" } 2022-06-15T04:23:05.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655266966634, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "clamp", "timestamp": 1655266968880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "aai-ml", "timestamp": 1655266972686, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:23:05.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:23:05.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655266966634, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:23:05.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "clamp", "timestamp": 1655266968880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "aai-ml", "timestamp": 1655266973691, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:23:05.252Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 91aedab7-5298-4124-8ddf-c65d685dd005 2022-06-15T04:23:05.253Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91aedab7-5298-4124-8ddf-c65d685dd005 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:23:05.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655266974617, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:23:05.275Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:23:05.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "clamp", "timestamp": 1655266968880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "clamp", "timestamp": 1655266968880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:05.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "clamp", "timestamp": 1655266968880, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:23:05.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:23:05.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655266977533, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:23:05.277Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:23:05.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:23:05.278Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655266978538, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:23:05.286Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 91aedab7-5298-4124-8ddf-c65d685dd005 2022-06-15T04:23:05.287Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91aedab7-5298-4124-8ddf-c65d685dd005 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:23:06.056Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:23:06.057Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:23:06.062Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:23:06.063Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266984404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json", "status": "NOTIFIED" } 2022-06-15T04:23:06.161Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-15T04:23:06.162Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:23:06.163Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:23:06.198Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:23:06.199Z||pool-20-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:23:07.063Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:23:07.064Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:23:07.066Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:23:07.067Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266984404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-15T04:23:07.167Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:23:07.168Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:23:07.168Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:23:07.199Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:23:07.199Z||pool-21-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:23:08.068Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:23:08.069Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:23:08.085Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:23:08.085Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266984404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:08.173Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2022-06-15T04:23:08.174Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:23:08.174Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:23:08.206Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:23:08.206Z||pool-22-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:23:09.088Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:23:09.089Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:23:09.091Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:23:09.091Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266984404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-15T04:23:09.191Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:23:09.192Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:23:09.192Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:23:09.213Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:23:09.213Z||pool-23-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:23:10.092Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:23:10.093Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:23:10.097Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:23:10.098Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266984404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:23:10.197Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:23:10.199Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:23:10.199Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:23:10.218Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:23:10.219Z||pool-24-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:23:11.100Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:23:11.101Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:23:11.104Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:23:11.104Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266984404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:23:11.204Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:23:11.205Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:23:11.206Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:23:11.225Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:23:11.226Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:23:12.106Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "serviceName": "basic_onboard_YFUZso", "serviceVersion": "1.0", "serviceUUID": "e5518f8d-eac9-48d7-b3fe-00e9d8c745f7", "serviceDescription": "service", "serviceInvariantUUID": "dd21931c-7246-4ade-a498-bd49b55c5df0", "resources": [ { "resourceInstanceName": "basic_onboard_YFUZso 0", "resourceCustomizationUUID": "fab649a7-952f-475c-8f1e-9d5875f24554", "resourceName": "basic_onboard_YFUZso", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e933a00c-e635-4294-b912-1376f021eff2", "resourceInvariantUUID": "c823dd5c-0e5f-4d84-a191-b264146f4475", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_yfuzso0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json", "artifactChecksum": "MmY2YTY1Mzc3MjRiNDU0OTgwMWMzMjg5OGNlNjdlMWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d3ead813-d7ab-41b5-b78a-8e83687ef3ae", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "df45d7c6-61f3-4822-859d-ea45dab84241", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5e9e4aaf-409b-4e62-8937-5f98095b007a", "generatedFromUUID": "df45d7c6-61f3-4822-859d-ea45dab84241" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5e9e4aaf-409b-4e62-8937-5f98095b007a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardYfuzso-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "artifactChecksum": "NzU3YzA5NjMwMjAxY2UxY2YzOWQzNjYyZDVhNDg3NjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9dd71acd-c2f0-42e2-a009-6a5c23cd9f6b" } ], "workloadContext": "Production" } 2022-06-15T04:23:12.107Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-15T04:23:12.107Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e5518f8d-eac9-48d7-b3fe-00e9d8c745f7 ASDC 2022-06-15T04:23:12.108Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:91aedab7-5298-4124-8ddf-c65d685dd005 ServiceName:basic_onboard_YFUZso ServiceVersion:1.0 ServiceUUID:e5518f8d-eac9-48d7-b3fe-00e9d8c745f7 ServiceInvariantUUID:dd21931c-7246-4ade-a498-bd49b55c5df0 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardYfuzso-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar ArtifactUUID:9dd71acd-c2f0-42e2-a009-6a5c23cd9f6b ArtifactChecksum:NzU3YzA5NjMwMjAxY2UxY2YzOWQzNjYyZDVhNDg3NjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_YFUZso 0 ResourceCustomizationUUID:fab649a7-952f-475c-8f1e-9d5875f24554 ResourceInvariantUUID:c823dd5c-0e5f-4d84-a191-b264146f4475 ResourceName:basic_onboard_YFUZso ResourceType:VF ResourceUUID:e933a00c-e635-4294-b912-1376f021eff2 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_yfuzso0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json ArtifactUUID:d3ead813-d7ab-41b5-b78a-8e83687ef3ae ArtifactChecksum:MmY2YTY1Mzc3MjRiNDU0OTgwMWMzMjg5OGNlNjdlMWE= 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/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml ArtifactUUID:df45d7c6-61f3-4822-859d-ea45dab84241 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/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env ArtifactUUID:5e9e4aaf-409b-4e62-8937-5f98095b007a 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/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env ArtifactUUID:5e9e4aaf-409b-4e62-8937-5f98095b007a ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-15T04:23:12.108Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e5518f8d-eac9-48d7-b3fe-00e9d8c745f7 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-15T04:23:12.154Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-15T04:23:12.155Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-06-15T04:23:12.155Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-06-15T04:23:12.155Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9dd71acd-c2f0-42e2-a009-6a5c23cd9f6b from URL: /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar 2022-06-15T04:23:12.156Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-06-15T04:23:12.156Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar 2022-06-15T04:23:12.244Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-06-15T04:23:12.249Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar 9dd71acd-c2f0-42e2-a009-6a5c23cd9f6b 71585 2022-06-15T04:23:12.250Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar ASDC sendASDCNotification 2022-06-15T04:23:12.250Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar 2022-06-15T04:23:12.250Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:23:12.251Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:23:12.255Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:23:12.255Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266992250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:23:12.356Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-15T04:23:12.358Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:23:12.358Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:23:12.376Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:23:12.377Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:23:13.257Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-15T04:23:13.258Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-06-15T04:23:13.259Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9dd71acd-c2f0-42e2-a009-6a5c23cd9f6b, URL: /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar to file: /app/ASDC/1/service-BasicOnboardYfuzso-csar.csar 2022-06-15T04:23:13.259Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardYfuzso-csar.csar 2022-06-15T04:23:13.260Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardYfuzso-csar.csar 2022-06-15T04:23:13.260Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardYfuzso-csar.csar 2022-06-15T04:23:13.454Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13003400632114207404/Definitions/service-BasicOnboardYfuzso-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-06-15T04:23:15.667Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-15T04:23:15.668Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-06-15T04:23:15.668Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardYfuzso-csar.csar 2022-06-15T04:23:15.668Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-15T04:23:15.668Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||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-BasicOnboardYfuzso-csar.csar 2022-06-15T04:23:15.669Z|91aedab7-5298-4124-8ddf-c65d685dd005|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-BasicOnboardYfuzso-csar.csar 2022-06-15T04:23:15.669Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_YFUZso 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-BasicOnboardYfuzso-csar.csar 2022-06-15T04:23:15.669Z|91aedab7-5298-4124-8ddf-c65d685dd005|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-BasicOnboardYfuzso-csar.csar 2022-06-15T04:23:15.669Z|91aedab7-5298-4124-8ddf-c65d685dd005|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-BasicOnboardYfuzso-csar.csar 2022-06-15T04:23:15.669Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardYfuzso-csar.csar 2022-06-15T04:23:15.670Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardYfuzso-csar.csar 2022-06-15T04:23:15.670Z|91aedab7-5298-4124-8ddf-c65d685dd005|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-BasicOnboardYfuzso-csar.csar 2022-06-15T04:23:15.670Z|91aedab7-5298-4124-8ddf-c65d685dd005|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-BasicOnboardYfuzso-csar.csar 2022-06-15T04:23:15.670Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-06-15T04:23:15.670Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:15.670Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:23:15.671Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is matching search criteria 2022-06-15T04:23:15.671Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-06-15T04:23:15.671Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YFUZso 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-15T04:23:15.671Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:15.671Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:23:15.672Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is matching search criteria 2022-06-15T04:23:15.672Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-06-15T04:23:15.672Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YFUZso 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-15T04:23:15.672Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:15.672Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:23:15.672Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:15.673Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is not matching search criteria 2022-06-15T04:23:15.673Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-15T04:23:15.673Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-15T04:23:15.673Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-15T04:23:15.673Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-15T04:23:15.673Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-15T04:23:15.674Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:15.674Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-15T04:23:15.674Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:15.674Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is matching search criteria 2022-06-15T04:23:15.674Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YFUZso 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:23:15.674Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:15.675Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is matching search criteria 2022-06-15T04:23:15.675Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YFUZso 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:23:15.675Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:15.675Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is matching search criteria 2022-06-15T04:23:15.675Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YFUZso 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:23:15.676Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:15.676Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is not matching search criteria 2022-06-15T04:23:15.676Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-15T04:23:15.676Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-15T04:23:15.676Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f8339ce3-38b0-42ff-b9c5-7d595dbe1a67 2022-06-15T04:23:15.677Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:15.677Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:23:15.677Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:15.677Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:23:15.678Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:15.678Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:23:15.678Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:15.678Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:23:15.678Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_YFUZso Description:service Model UUID:e5518f8d-eac9-48d7-b3fe-00e9d8c745f7 Model Version:NULL Model InvariantUuid:dd21931c-7246-4ade-a498-bd49b55c5df0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_YFUZso Model UUID:c0faae0f-176e-4d4b-8f25-10722d31d5f8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c823dd5c-0e5f-4d84-a191-b264146f4475 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:fab649a7-952f-475c-8f1e-9d5875f24554 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0c4f5711-fb7c-4418-8aad-ed155b02c063 ModelName:BasicOnboardYfuzso..base_ubuntu18..module-0 ModelUuid:a5615ed9-fa71-4d89-beb6-9baed27c4950 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f8339ce3-38b0-42ff-b9c5-7d595dbe1a67 ModelInvariantUuid:52140d46-4388-4b76-abfe-83bda57d1688 ModelName:basic_onboard_YFUZso-nodes.ubuntu18Cvfc ModelUuid:2cdb9fba-eb9c-4feb-a284-9d6bf2581f52 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e0ae78d6-5825-4cd5-9cce-ba0b809026f6 ModelInvariantUuid:a85c622d-b76b-4e20-88f8-86b4450e572d ModelName:BasicOnboardYfuzso.compute.nodes.heat.ubuntu18 ModelUuid:d630e9d8-5d78-4ee8-aa57-b0158d1a3d4f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-15T04:23:15.691Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: e933a00c-e635-4294-b912-1376f021eff2 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:23:15.697Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||basic_onboard_YFUZso 0 2022-06-15T04:23:15.698Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e933a00c-e635-4294-b912-1376f021eff2 2022-06-15T04:23:15.698Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: d3ead813-d7ab-41b5-b78a-8e83687ef3ae from URL: /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json 2022-06-15T04:23:15.698Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-06-15T04:23:15.698Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json 2022-06-15T04:23:15.766Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-06-15T04:23:15.766Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json d3ead813-d7ab-41b5-b78a-8e83687ef3ae 798 2022-06-15T04:23:15.767Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json ASDC sendASDCNotification 2022-06-15T04:23:15.767Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json 2022-06-15T04:23:15.767Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:23:15.767Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:23:15.770Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:23:15.770Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266995767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-15T04:23:15.870Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:23:15.871Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:23:15.872Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:23:15.897Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:23:15.898Z||pool-27-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:23:16.771Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardYfuzso..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "0c4f5711-fb7c-4418-8aad-ed155b02c063", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a5615ed9-fa71-4d89-beb6-9baed27c4950", "vfModuleModelCustomizationUUID": "440344c0-d273-452a-9d5b-20dacc894065", "isBase": true, "artifacts": [ "df45d7c6-61f3-4822-859d-ea45dab84241", "5e9e4aaf-409b-4e62-8937-5f98095b007a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-15T04:23:16.779Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardYfuzso..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a5615ed9-fa71-4d89-beb6-9baed27c4950 VfModuleModelInvariantUUID:0c4f5711-fb7c-4418-8aad-ed155b02c063 VfModuleModelDescription:NULL Artifacts UUID List:{ df45d7c6-61f3-4822-859d-ea45dab84241 , 5e9e4aaf-409b-4e62-8937-5f98095b007a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-15T04:23:16.783Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardYfuzso..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "0c4f5711-fb7c-4418-8aad-ed155b02c063", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a5615ed9-fa71-4d89-beb6-9baed27c4950", "vfModuleModelCustomizationUUID": "440344c0-d273-452a-9d5b-20dacc894065", "isBase": true, "artifacts": [ "df45d7c6-61f3-4822-859d-ea45dab84241", "5e9e4aaf-409b-4e62-8937-5f98095b007a" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-15T04:23:16.784Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardYfuzso..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a5615ed9-fa71-4d89-beb6-9baed27c4950 VfModuleModelInvariantUUID:0c4f5711-fb7c-4418-8aad-ed155b02c063 VfModuleModelDescription:NULL Artifacts UUID List:{ df45d7c6-61f3-4822-859d-ea45dab84241 , 5e9e4aaf-409b-4e62-8937-5f98095b007a } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-15T04:23:16.784Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: df45d7c6-61f3-4822-859d-ea45dab84241 from URL: /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml 2022-06-15T04:23:16.784Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-06-15T04:23:16.785Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml 2022-06-15T04:23:16.896Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-06-15T04:23:16.896Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml df45d7c6-61f3-4822-859d-ea45dab84241 5033 2022-06-15T04:23:16.897Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-15T04:23:16.897Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml 2022-06-15T04:23:16.897Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:23:16.898Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:23:16.900Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:23:16.901Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266996897, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-15T04:23:17.001Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:23:17.002Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:23:17.003Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:23:17.021Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:23:17.022Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:23:17.902Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 5e9e4aaf-409b-4e62-8937-5f98095b007a from URL: /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env 2022-06-15T04:23:17.903Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-06-15T04:23:17.904Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env 2022-06-15T04:23:17.982Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-06-15T04:23:17.983Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env 5e9e4aaf-409b-4e62-8937-5f98095b007a 909 2022-06-15T04:23:17.983Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-15T04:23:17.983Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env 2022-06-15T04:23:17.983Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:23:17.984Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:23:17.986Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:23:17.986Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266997983, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:23:18.086Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:23:18.088Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:23:18.088Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:23:18.105Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:23:18.106Z||pool-29-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:23:18.987Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e5518f8d-eac9-48d7-b3fe-00e9d8c745f7 2022-06-15T04:23:18.988Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_YFUZso 0 e933a00c-e635-4294-b912-1376f021eff2 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:23:19.020Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@137d5f12, org.onap.sdc.toscaparser.api.parameters.Input@169ddf68, org.onap.sdc.toscaparser.api.parameters.Input@6d8cde6b, org.onap.sdc.toscaparser.api.parameters.Input@5c1abe3c, org.onap.sdc.toscaparser.api.parameters.Input@25e6ef62] 2022-06-15T04:23:19.023Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:19.023Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:23:19.023Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-06-15T04:23:19.023Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= fab649a7-952f-475c-8f1e-9d5875f24554 2022-06-15T04:23:19.024Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fab649a7-952f-475c-8f1e-9d5875f24554 matches Tosca VF Customization UUID: fab649a7-952f-475c-8f1e-9d5875f24554 2022-06-15T04:23:19.024Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: fab649a7-952f-475c-8f1e-9d5875f24554 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-15T04:23:19.028Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:19.029Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:23:19.031Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id fab649a7-952f-475c-8f1e-9d5875f24554: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-06-15T04:23:19.031Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5fee5fd8 2022-06-15T04:23:19.031Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:19.031Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-15T04:23:19.032Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 440344c0-d273-452a-9d5b-20dacc894065 2022-06-15T04:23:19.032Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 440344c0-d273-452a-9d5b-20dacc894065 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-15T04:23:19.036Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:19.037Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is matching search criteria 2022-06-15T04:23:19.037Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YFUZso 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:23:19.038Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:19.038Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is matching search criteria 2022-06-15T04:23:19.039Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YFUZso 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:23:19.039Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:19.040Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is not matching search criteria 2022-06-15T04:23:19.040Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-15T04:23:19.040Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-15T04:23:19.041Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f8339ce3-38b0-42ff-b9c5-7d595dbe1a67 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-15T04:23:19.046Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:19.054Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is matching search criteria 2022-06-15T04:23:19.054Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YFUZso 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:23:19.054Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:19.055Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_YFUZso 0 is matching search criteria 2022-06-15T04:23:19.055Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_YFUZso 0] matching following query criteria: sdcType=VF, customizationUUID=fab649a7-952f-475c-8f1e-9d5875f24554 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:23:19.059Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:19.059Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:23:19.060Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e5518f8d-eac9-48d7-b3fe-00e9d8c745f7: basic_onboard_YFUZso 2022-06-15T04:23:19.060Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:19.060Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:23:19.060Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:19.061Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:23:19.061Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:19.061Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:23:19.062Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:19.062Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:23:19.062Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:23:19.063Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_YFUZso is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:23:19.065Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_YFUZso Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:23:19.227Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_YFUZso e933a00c-e635-4294-b912-1376f021eff2 1 ASDC deployResourceStructure 2022-06-15T04:23:19.228Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json ASDC sendASDCNotification 2022-06-15T04:23:19.228Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json 2022-06-15T04:23:19.228Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:23:19.228Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:23:19.233Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:23:19.233Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266999228, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json", "status": "DEPLOY_OK" } 2022-06-15T04:23:19.334Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:23:19.335Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:23:19.335Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:23:19.352Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:23:19.353Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:23:20.235Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-15T04:23:20.236Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml 2022-06-15T04:23:20.236Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:23:20.236Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:23:20.239Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:23:20.239Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267000235, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-15T04:23:20.339Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:23:20.340Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:23:20.341Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:23:20.357Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:23:20.358Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:23:21.241Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-15T04:23:21.241Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env 2022-06-15T04:23:21.241Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:23:21.242Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:23:21.244Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:23:21.244Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267001240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-15T04:23:21.345Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:23:21.346Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:23:21.346Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:23:21.365Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:23:21.366Z||pool-32-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:23:22.246Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar ASDC sendASDCNotification 2022-06-15T04:23:22.247Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar 2022-06-15T04:23:22.247Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:23:22.248Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:23:22.253Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:23:22.254Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267002246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:23:22.351Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-15T04:23:22.352Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:23:22.352Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:23:22.368Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:23:22.368Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:23:23.255Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 91aedab7-5298-4124-8ddf-c65d685dd005 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:23:23.279Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 91aedab7-5298-4124-8ddf-c65d685dd005 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:23:23.283Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:23:23.283Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-15T04:23:23.284Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-15T04:23:23.284Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-15T04:23:23.284Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:23:23.284Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:23:23.284Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:23:23.284Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:23:23.285Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:23:23.285Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:23:23.292Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-15T04:23:53.292Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 91aedab7-5298-4124-8ddf-c65d685dd005 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-15T04:23:53.305Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 91aedab7-5298-4124-8ddf-c65d685dd005 and serviceModelVersionId: e5518f8d-eac9-48d7-b3fe-00e9d8c745f7 2022-06-15T04:23:53.305Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd21931c-7246-4ade-a498-bd49b55c5df0 2022-06-15T04:23:53.306Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd21931c-7246-4ade-a498-bd49b55c5df0/model-vers/model-ver/e5518f8d-eac9-48d7-b3fe-00e9d8c745f7?depth=0 2022-06-15T04:23:53.314Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-06-15T04:23:53.413Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd21931c-7246-4ade-a498-bd49b55c5df0/model-vers/model-ver/e5518f8d-eac9-48d7-b3fe-00e9d8c745f7?depth=0|INFO|500||Invoke 2022-06-15T04:23:53.414Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd21931c-7246-4ade-a498-bd49b55c5df0/model-vers/model-ver/e5518f8d-eac9-48d7-b3fe-00e9d8c745f7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd21931c-7246-4ade-a498-bd49b55c5df0/model-vers/model-ver/e5518f8d-eac9-48d7-b3fe-00e9d8c745f7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[91aedab7-5298-4124-8ddf-c65d685dd005], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3f9471d2-7e4a-4804-a83d-463fa0cbccba], X-ECOMP-RequestID=[91aedab7-5298-4124-8ddf-c65d685dd005], X-TransactionId=[], X-ONAP-RequestID=[91aedab7-5298-4124-8ddf-c65d685dd005], Content-Type=[application/merge-patch+json]} 2022-06-15T04:23:53.457Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd21931c-7246-4ade-a498-bd49b55c5df0/model-vers/model-ver/e5518f8d-eac9-48d7-b3fe-00e9d8c745f7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-15T04:23:53.628Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd21931c-7246-4ade-a498-bd49b55c5df0/model-vers/model-ver/e5518f8d-eac9-48d7-b3fe-00e9d8c745f7?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/dd21931c-7246-4ade-a498-bd49b55c5df0/model-vers/model-ver/e5518f8d-eac9-48d7-b3fe-00e9d8c745f7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220615-04:23:53:139-73971], vertex-id=[159968], Content-Length=[0], Date=[Wed, 15 Jun 2022 04:23:53 GMT], Content-Type=[application/json]} 2022-06-15T04:23:53.629Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd21931c-7246-4ade-a498-bd49b55c5df0/model-vers/model-ver/e5518f8d-eac9-48d7-b3fe-00e9d8c745f7?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-15T04:23:53.631Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd21931c-7246-4ade-a498-bd49b55c5df0/model-vers/model-ver/e5518f8d-eac9-48d7-b3fe-00e9d8c745f7?depth=0|INFO|500||InvokeReturn 2022-06-15T04:23:53.633Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-15T04:23:53.634Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:23:53.642Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-15T04:23:53.643Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 91aedab7-5298-4124-8ddf-c65d685dd005 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-15T04:23:53.643Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-15T04:23:53.644Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:23:53.647Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:23:53.648Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267033643, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-15T04:23:53.748Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:23:53.749Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:23:53.750Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:23:53.775Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:23:53.776Z||pool-34-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-15T04:24:04.404Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:24:04.405Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:24:04.405Z|91aedab7-5298-4124-8ddf-c65d685dd005|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:24:04.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:24:04.410Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:24:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:24:04.553Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:24:04.554Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:24:04.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266984404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:24:04.556Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:24:13.981Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:25:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:25:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:25:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:25:04.409Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:25:04.409Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:25:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:25:04.944Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:25:04.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:25:04.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266984404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json", "status": "NOTIFIED" } 2022-06-15T04:25:04.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-15T04:25:04.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:25:04.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266984404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-15T04:25:04.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-15T04:25:04.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:25:04.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "clamp", "timestamp": 1655266986003, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:25:04.948Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:25:04.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:25:04.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266984404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:25:04.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-15T04:25:04.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:25:04.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266984404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-15T04:25:04.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-15T04:25:04.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:25:04.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "clamp", "timestamp": 1655266988011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:25:04.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:25:04.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:25:04.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266984404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:25:04.950Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-15T04:25:04.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:25:04.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "clamp", "timestamp": 1655266989015, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:25:04.963Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 91aedab7-5298-4124-8ddf-c65d685dd005 2022-06-15T04:25:04.963Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 91aedab7-5298-4124-8ddf-c65d685dd005 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:25:04.990Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:25:04.990Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266984404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:25:04.991Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-15T04:25:04.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:25:04.991Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266992250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:25:04.991Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:25:04.991Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:25:04.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266995767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-15T04:25:04.992Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:25:04.992Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:25:04.992Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266996897, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-15T04:25:04.992Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:25:04.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:25:04.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266997983, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:25:04.993Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:25:04.993Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:25:04.993Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655266999228, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/basic_onboard_yfuzso0_modules.json", "status": "DEPLOY_OK" } 2022-06-15T04:25:04.994Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:25:04.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:25:04.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267000235, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-15T04:25:04.994Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:25:04.994Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:25:04.994Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267001240, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/resourceInstances/basic_onboard_yfuzso0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-15T04:25:04.995Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:25:04.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:25:04.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267002246, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardYfuzso/1.0/artifacts/service-BasicOnboardYfuzso-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:25:04.995Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:25:04.995Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:25:04.995Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "91aedab7-5298-4124-8ddf-c65d685dd005", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267033643, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-15T04:25:04.996Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:25:13.972Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:26:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:26:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:26:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:26:04.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:26:04.409Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:26:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:26:13.977Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:26:13.984Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:27:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:27:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:27:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:27:04.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:27:04.410Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:27:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:27:13.968Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:27:13.969Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:28:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:28:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:28:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:28:04.409Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:28:04.410Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:28:04.411Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:28:13.971Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:28:13.980Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:29:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:29:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:29:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:29:04.409Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:29:04.409Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:29:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:29:14.005Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:29:14.006Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:30:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:30:04.406Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:30:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:30:04.409Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:30:04.410Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:30:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:30:13.990Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:30:13.991Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:31:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:31:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:31:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:31:04.408Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:31:04.409Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:31:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:31:13.967Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:31:13.974Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:32:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:32:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:32:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:32:04.409Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:32:04.410Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:32:04.410Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:32:13.989Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:32:13.991Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:33:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:33:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:33:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:33:04.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:33:04.409Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:33:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:33:13.979Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:33:13.980Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:34:04.404Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:34:04.405Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:34:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:34:04.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:34:04.409Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:34:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:34:04.675Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:34:04.676Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:34:04.676Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "cds", "timestamp": 1655267637042, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:34:04.678Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:34:05.079Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:34:05.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-15T04:34:05.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d7db6e20-6a62-4566-96b4-04b4ab7be861","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4e593474-b522-426d-a305-92aa03f37e30","serviceDescription":"service","serviceInvariantUUID":"bfd3260b-cbe4-456b-b58e-3bb63414b050","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"b68b5ddc-2742-42bf-be4d-ef8b7049a7a2","resourceInvariantUUID":"0c18aade-1cf2-427d-b72e-5aec58991db5","resourceCustomizationUUID":"d1ce3f6b-8d40-4205-b724-0a95f85d144e","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":"N2VhZmM5NDk3Y2U3ODEwZThhNDMzODc0YWI0NDlmZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"86a7d413-d7a0-449b-be2a-13ff84a8252c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OWI4ZDQ5MmU3YmJiMTQ1Zjg5YTk5Yzk4MmIxODEzYjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2527e33c-d913-45a9-b134-16ce930f2724","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-15T04:34:05.090Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:34:05.091Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:34:05.096Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:34:05.096Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267644404, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:34:05.196Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:34:05.197Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:34:05.197Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:34:05.247Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:34:05.248Z||pool-35-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:34:06.097Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:34:06.097Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:34:06.107Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:34:06.108Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267644404, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:34:06.208Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:34:06.209Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:34:06.209Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:34:06.269Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:34:06.270Z||pool-36-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:34:07.110Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "4e593474-b522-426d-a305-92aa03f37e30", "serviceDescription": "service", "serviceInvariantUUID": "bfd3260b-cbe4-456b-b58e-3bb63414b050", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "d1ce3f6b-8d40-4205-b724-0a95f85d144e", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "b68b5ddc-2742-42bf-be4d-ef8b7049a7a2", "resourceInvariantUUID": "0c18aade-1cf2-427d-b72e-5aec58991db5", "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": "OWI4ZDQ5MmU3YmJiMTQ1Zjg5YTk5Yzk4MmIxODEzYjg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2527e33c-d913-45a9-b134-16ce930f2724" } ], "workloadContext": "Production" } 2022-06-15T04:34:07.110Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-15T04:34:07.110Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4e593474-b522-426d-a305-92aa03f37e30 ASDC 2022-06-15T04:34:07.113Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:d7db6e20-6a62-4566-96b4-04b4ab7be861 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:4e593474-b522-426d-a305-92aa03f37e30 ServiceInvariantUUID:bfd3260b-cbe4-456b-b58e-3bb63414b050 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:2527e33c-d913-45a9-b134-16ce930f2724 ArtifactChecksum:OWI4ZDQ5MmU3YmJiMTQ1Zjg5YTk5Yzk4MmIxODEzYjg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:d1ce3f6b-8d40-4205-b724-0a95f85d144e ResourceInvariantUUID:0c18aade-1cf2-427d-b72e-5aec58991db5 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:b68b5ddc-2742-42bf-be4d-ef8b7049a7a2 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-06-15T04:34:07.113Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4e593474-b522-426d-a305-92aa03f37e30 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:34:07.161Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-15T04:34:07.162Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-15T04:34:07.163Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-15T04:34:07.163Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 2527e33c-d913-45a9-b134-16ce930f2724 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-15T04:34:07.163Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-15T04:34:07.163Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-15T04:34:07.396Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-15T04:34:07.398Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2527e33c-d913-45a9-b134-16ce930f2724 52502 2022-06-15T04:34:07.399Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-15T04:34:07.399Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-15T04:34:07.399Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:34:07.399Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:34:07.401Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:34:07.402Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267647399, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:34:07.502Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:34:07.503Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:34:07.503Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:34:07.548Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:34:07.549Z||pool-37-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:34:08.403Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-15T04:34:08.404Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-15T04:34:08.404Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 2527e33c-d913-45a9-b134-16ce930f2724, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-15T04:34:08.405Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-06-15T04:34:08.405Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-15T04:34:08.406Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-15T04:34:08.614Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5717313628679249722/Definitions/service-BasicNetwork-template.yml 2022-06-15T04:34:09.485Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-15T04:34:09.486Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-15T04:34:09.486Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-15T04:34:09.486Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-06-15T04:34:09.486Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-15T04:34:09.486Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-15T04:34:09.487Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-15T04:34:09.487Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-15T04:34:09.487Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-15T04:34:09.487Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-15T04:34:09.487Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-15T04:34:09.487Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-15T04:34:09.488Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-15T04:34:09.488Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:34:09.488Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:34:09.489Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-15T04:34:09.489Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-15T04:34:09.489Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-15T04:34:09.489Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:34:09.490Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:34:09.490Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-15T04:34:09.490Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-15T04:34:09.490Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-15T04:34:09.490Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:34:09.490Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:34:09.491Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:34:09.491Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:34:09.491Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:34:09.492Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:34:09.492Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:34:09.492Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:34:09.492Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:34:09.492Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:34:09.492Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:4e593474-b522-426d-a305-92aa03f37e30 Model Version:NULL Model InvariantUuid:bfd3260b-cbe4-456b-b58e-3bb63414b050 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:0c18aade-1cf2-427d-b72e-5aec58991db5 Model UUID:9fe91d1b-09b7-49a7-af17-d9ac4d579430 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:d1ce3f6b-8d40-4205-b724-0a95f85d144e Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-15T04:34:09.529Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: b68b5ddc-2742-42bf-be4d-ef8b7049a7a2 2022-06-15T04:34:09.530Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||No resources found for Service: 4e593474-b522-426d-a305-92aa03f37e30 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:34:09.539Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500|| 2022-06-15T04:34:09.539Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-06-15T04:34:09.540Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 4e593474-b522-426d-a305-92aa03f37e30 2022-06-15T04:34:09.540Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 4e593474-b522-426d-a305-92aa03f37e30 2022-06-15T04:34:09.541Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-06-15T04:34:09.541Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:34:09.552Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@658939d4, org.onap.sdc.toscaparser.api.parameters.Input@47e5da3c, org.onap.sdc.toscaparser.api.parameters.Input@4f49f1eb, org.onap.sdc.toscaparser.api.parameters.Input@3811e911, org.onap.sdc.toscaparser.api.parameters.Input@14fa305e] 2022-06-15T04:34:09.554Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:34:09.555Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:34:09.555Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:34:09.555Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:34:09.555Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 4e593474-b522-426d-a305-92aa03f37e30: Generic NeutronNet 2022-06-15T04:34:09.555Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:34:09.556Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:34:09.556Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:34:09.556Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-06-15T04:34:09.622Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:34:09.623Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:34:09.623Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:34:09.623Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:34:09.624Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:34:09.624Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:34:09.624Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-15T04:34:09.749Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-06-15T04:34:09.749Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-15T04:34:09.750Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-15T04:34:09.750Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:34:09.751Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:34:09.754Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:34:09.754Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267649749, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:34:09.854Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:34:09.856Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:34:09.856Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:34:09.892Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:34:09.893Z||pool-38-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:34:10.756Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:34:10.776Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:34:10.779Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:34:10.780Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-15T04:34:10.780Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-15T04:34:40.781Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:34:40.800Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:34:40.804Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:34:40.804Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-15T04:34:40.804Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-15T04:35:04.409Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:35:04.410Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:35:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:35:04.460Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:35:04.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:35:04.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "ves-openapi-manager", "timestamp": 1655267636575, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:35:04.462Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:35:10.805Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:35:10.822Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:35:10.827Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:35:10.827Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-15T04:35:10.828Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-15T04:35:40.828Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:35:40.847Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:35:40.852Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:35:40.853Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-15T04:35:40.853Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-15T04:36:04.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:36:04.411Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:36:04.411Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:36:04.442Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:36:04.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:36:04.450Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "multicloud-k8s-id", "timestamp": 1655267638731, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:36:04.452Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:36:10.854Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:36:10.879Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:36:10.882Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:36:10.882Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-15T04:36:10.883Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-15T04:36:40.883Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:36:40.899Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:36:40.905Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:36:40.905Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-15T04:36:40.905Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-15T04:37:04.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:37:04.410Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:37:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:37:04.453Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:37:04.454Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.454Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267644404, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:37:04.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:37:04.456Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.456Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "multicloud-k8s-id", "timestamp": 1655267638731, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:37:04.456Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:37:04.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "ves-openapi-manager", "timestamp": 1655267636575, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:37:04.457Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:37:04.457Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "cds", "timestamp": 1655267637042, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:37:04.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:37:04.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "aai-ml", "timestamp": 1655267644549, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:37:04.459Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:37:04.459Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267644404, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:37:04.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:37:04.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.460Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "aai-ml", "timestamp": 1655267644549, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:37:04.460Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:37:04.460Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "cds", "timestamp": 1655267646344, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:37:04.461Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:37:04.461Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.461Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267647399, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:37:04.462Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:37:04.462Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.462Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "cds", "timestamp": 1655267647360, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:37:04.471Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d7db6e20-6a62-4566-96b4-04b4ab7be861 2022-06-15T04:37:04.472Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7db6e20-6a62-4566-96b4-04b4ab7be861 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:37:04.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "aai-ml", "timestamp": 1655267647480, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:37:04.511Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:37:04.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267649749, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:37:04.512Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:37:04.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.512Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "policy-id", "timestamp": 1655267649686, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:37:04.512Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:37:04.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "policy-id", "timestamp": 1655267649686, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:37:04.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:37:04.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "aai-ml", "timestamp": 1655267652895, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:37:04.513Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:37:04.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "policy-id", "timestamp": 1655267652575, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:37:04.515Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:37:04.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "aai-ml", "timestamp": 1655267653900, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:37:04.523Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d7db6e20-6a62-4566-96b4-04b4ab7be861 2022-06-15T04:37:04.523Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7db6e20-6a62-4566-96b4-04b4ab7be861 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:37:04.548Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.549Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "policy-id", "timestamp": 1655267653580, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:37:04.550Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:37:04.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "policy-id", "timestamp": 1655267654583, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:37:04.558Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d7db6e20-6a62-4566-96b4-04b4ab7be861 2022-06-15T04:37:04.558Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7db6e20-6a62-4566-96b4-04b4ab7be861 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:37:04.570Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267656634, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:37:04.571Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:37:04.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.572Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267656634, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:37:04.572Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:37:04.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267659515, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:37:04.573Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:37:04.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "clamp", "timestamp": 1655267658880, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:37:04.574Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:37:04.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267661517, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:37:04.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:37:04.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "clamp", "timestamp": 1655267658880, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:37:04.576Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:37:04.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267662523, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:37:04.587Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d7db6e20-6a62-4566-96b4-04b4ab7be861 2022-06-15T04:37:04.588Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7db6e20-6a62-4566-96b4-04b4ab7be861 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:37:04.608Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.609Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "clamp", "timestamp": 1655267670114, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:37:04.610Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:37:04.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "clamp", "timestamp": 1655267672123, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:37:04.610Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:37:04.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:37:04.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "clamp", "timestamp": 1655267673130, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:37:04.618Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d7db6e20-6a62-4566-96b4-04b4ab7be861 2022-06-15T04:37:04.619Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId d7db6e20-6a62-4566-96b4-04b4ab7be861 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:37:10.906Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:37:10.920Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:37:10.924Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:37:10.924Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-15T04:37:10.924Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-15T04:37:10.924Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-15T04:37:10.924Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:37:10.924Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:37:10.924Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:37:10.925Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:37:10.925Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:37:10.925Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:37:10.925Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:37:10.931Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-15T04:37:40.932Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d7db6e20-6a62-4566-96b4-04b4ab7be861 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-15T04:37:40.943Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d7db6e20-6a62-4566-96b4-04b4ab7be861 and serviceModelVersionId: 4e593474-b522-426d-a305-92aa03f37e30 2022-06-15T04:37:40.943Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bfd3260b-cbe4-456b-b58e-3bb63414b050 2022-06-15T04:37:40.945Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bfd3260b-cbe4-456b-b58e-3bb63414b050/model-vers/model-ver/4e593474-b522-426d-a305-92aa03f37e30?depth=0 2022-06-15T04:37:40.951Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-15T04:37:41.033Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfd3260b-cbe4-456b-b58e-3bb63414b050/model-vers/model-ver/4e593474-b522-426d-a305-92aa03f37e30?depth=0|INFO|500||Invoke 2022-06-15T04:37:41.034Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfd3260b-cbe4-456b-b58e-3bb63414b050/model-vers/model-ver/4e593474-b522-426d-a305-92aa03f37e30?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfd3260b-cbe4-456b-b58e-3bb63414b050/model-vers/model-ver/4e593474-b522-426d-a305-92aa03f37e30?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d7db6e20-6a62-4566-96b4-04b4ab7be861], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0b77a43f-99a1-42b7-b74d-1c553cc5a658], X-ECOMP-RequestID=[d7db6e20-6a62-4566-96b4-04b4ab7be861], X-TransactionId=[], X-ONAP-RequestID=[d7db6e20-6a62-4566-96b4-04b4ab7be861], Content-Type=[application/merge-patch+json]} 2022-06-15T04:37:41.065Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfd3260b-cbe4-456b-b58e-3bb63414b050/model-vers/model-ver/4e593474-b522-426d-a305-92aa03f37e30?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-15T04:37:41.165Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfd3260b-cbe4-456b-b58e-3bb63414b050/model-vers/model-ver/4e593474-b522-426d-a305-92aa03f37e30?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/bfd3260b-cbe4-456b-b58e-3bb63414b050/model-vers/model-ver/4e593474-b522-426d-a305-92aa03f37e30?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220615-04:37:40:741-32650], vertex-id=[229464], Content-Length=[0], Date=[Wed, 15 Jun 2022 04:37:40 GMT], Content-Type=[application/json]} 2022-06-15T04:37:41.166Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfd3260b-cbe4-456b-b58e-3bb63414b050/model-vers/model-ver/4e593474-b522-426d-a305-92aa03f37e30?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-15T04:37:41.166Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bfd3260b-cbe4-456b-b58e-3bb63414b050/model-vers/model-ver/4e593474-b522-426d-a305-92aa03f37e30?depth=0|INFO|500||InvokeReturn 2022-06-15T04:37:41.167Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-15T04:37:41.167Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:37:41.176Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-15T04:37:41.177Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d7db6e20-6a62-4566-96b4-04b4ab7be861 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-15T04:37:41.177Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-15T04:37:41.178Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:37:41.181Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:37:41.181Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267861177, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-15T04:37:41.282Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:37:41.283Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:37:41.283Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:37:41.306Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:37:41.307Z||pool-39-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-15T04:37:42.202Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:37:42.203Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:37:42.203Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:37:46.734Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:37:46.736Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-15T04:37:46.737Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"02af29f2-7c2e-4b06-a408-e42ea7cc1320","serviceName":"Demo_pNF_4xFOmaCx4Vp7shPbz8Hu","serviceVersion":"1.0","serviceUUID":"e4b91688-f9d3-420d-911c-2460e911b305","serviceDescription":"catalog service description","serviceInvariantUUID":"39b049ec-8433-4f5d-bc44-0acda4c9c1fa","resources":[{"resourceInstanceName":"pNF ddfe98e3-8fb7 0","resourceName":"pNF ddfe98e3-8fb7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4b004ec2-5edb-4153-8d1d-82c336ba728d","resourceInvariantUUID":"df4f89c5-4749-4502-badd-833227b4ba31","resourceCustomizationUUID":"ac0ac4e4-0731-4a31-8a2b-8e468b3c427e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vf-license-model.xml","artifactChecksum":"ZDFhMDAwOTVkOTNjMWFhZmRiODA2Y2MzZmQ3MzEzOWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"21c0b485-1e79-4091-b352-ef11f89711d4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/pNF.csar","artifactChecksum":"ZTc0ZjgwZWQzNGVlYTRmNzM4N2RlZjY5Yzk5OGI0YzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d94b683d-fa3f-4f61-adab-2566dd30f3ee","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"96b57412-ecc9-4afd-847a-d7aa87929698","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vendor-license-model.xml","artifactChecksum":"Y2IxODNmYmUxNTdkMTllZjI5Y2YyZThjMjkyY2E2MzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ae89ed0e-8d48-4026-b0d2-8248841dfed6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adca00f7-b729-410d-8f7c-997d545821d2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"719aeba4-f278-44e2-96df-a89d9a753ae7","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf4xfomacx4vp7shpbz8hu-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-template.yml","artifactChecksum":"MDA3ZjUwZjdkNGU4MWJjZGM1NmI1YWRkMWRjODJiNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d93190c2-4100-4ffd-8d88-f51babf3c620","artifactVersion":"1"},{"artifactName":"service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar","artifactChecksum":"Y2UzYjcxZDg3OTJkNDVkZWVhMzEzN2E4NTIwMjE1Njc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9fc09b8d-ba49-4891-b878-0a5ab6c9525a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-15T04:37:46.742Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:37:46.743Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:37:46.746Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:37:46.746Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:37:46.846Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:37:46.847Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:37:46.848Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:37:46.876Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:37:46.877Z||pool-40-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:37:47.747Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:37:47.748Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:37:47.751Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:37:47.751Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:37:47.851Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:37:47.853Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:37:47.853Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:37:47.871Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:37:47.872Z||pool-41-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:37:48.752Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:37:48.753Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:37:48.756Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:37:48.756Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-15T04:37:48.856Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:37:48.857Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:37:48.857Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:37:48.890Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:37:48.891Z||pool-42-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:37:49.757Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:37:49.759Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:37:49.761Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:37:49.762Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:37:49.862Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:37:49.863Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:37:49.863Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:37:49.879Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:37:49.880Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:37:50.764Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:37:50.764Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:37:50.766Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:37:50.766Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:37:50.867Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:37:50.868Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:37:50.868Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:37:50.885Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:37:50.886Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:37:51.768Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:37:51.769Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:37:51.771Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:37:51.771Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:37:51.872Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:37:51.874Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:37:51.874Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:37:51.907Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:37:51.908Z||pool-45-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:37:52.772Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:37:52.774Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:37:52.777Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:37:52.777Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:37:52.877Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:37:52.878Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:37:52.878Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:37:52.906Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:37:52.906Z||pool-46-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:37:53.778Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:37:53.779Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:37:53.782Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:37:53.782Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:37:53.882Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:37:53.884Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:37:53.884Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:37:53.911Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:37:53.912Z||pool-47-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:37:54.786Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "serviceName": "Demo_pNF_4xFOmaCx4Vp7shPbz8Hu", "serviceVersion": "1.0", "serviceUUID": "e4b91688-f9d3-420d-911c-2460e911b305", "serviceDescription": "catalog service description", "serviceInvariantUUID": "39b049ec-8433-4f5d-bc44-0acda4c9c1fa", "resources": [ { "resourceInstanceName": "pNF ddfe98e3-8fb7 0", "resourceCustomizationUUID": "ac0ac4e4-0731-4a31-8a2b-8e468b3c427e", "resourceName": "pNF ddfe98e3-8fb7", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4b004ec2-5edb-4153-8d1d-82c336ba728d", "resourceInvariantUUID": "df4f89c5-4749-4502-badd-833227b4ba31", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "artifactChecksum": "Y2UzYjcxZDg3OTJkNDVkZWVhMzEzN2E4NTIwMjE1Njc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9fc09b8d-ba49-4891-b878-0a5ab6c9525a" } ], "workloadContext": "Production" } 2022-06-15T04:37:54.787Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-15T04:37:54.787Z|d7db6e20-6a62-4566-96b4-04b4ab7be861|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 e4b91688-f9d3-420d-911c-2460e911b305 ASDC 2022-06-15T04:37:54.788Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:02af29f2-7c2e-4b06-a408-e42ea7cc1320 ServiceName:Demo_pNF_4xFOmaCx4Vp7shPbz8Hu ServiceVersion:1.0 ServiceUUID:e4b91688-f9d3-420d-911c-2460e911b305 ServiceInvariantUUID:39b049ec-8433-4f5d-bc44-0acda4c9c1fa ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar ArtifactUUID:9fc09b8d-ba49-4891-b878-0a5ab6c9525a ArtifactChecksum:Y2UzYjcxZDg3OTJkNDVkZWVhMzEzN2E4NTIwMjE1Njc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF ddfe98e3-8fb7 0 ResourceCustomizationUUID:ac0ac4e4-0731-4a31-8a2b-8e468b3c427e ResourceInvariantUUID:df4f89c5-4749-4502-badd-833227b4ba31 ResourceName:pNF ddfe98e3-8fb7 ResourceType:PNF ResourceUUID:4b004ec2-5edb-4153-8d1d-82c336ba728d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-15T04:37:54.789Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4b91688-f9d3-420d-911c-2460e911b305 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:37:54.819Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-15T04:37:54.820Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-15T04:37:54.820Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-15T04:37:54.820Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9fc09b8d-ba49-4891-b878-0a5ab6c9525a from URL: /sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar 2022-06-15T04:37:54.820Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-15T04:37:54.821Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar 2022-06-15T04:37:54.919Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-15T04:37:54.924Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar 9fc09b8d-ba49-4891-b878-0a5ab6c9525a 82643 2022-06-15T04:37:54.924Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar ASDC sendASDCNotification 2022-06-15T04:37:54.925Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar 2022-06-15T04:37:54.925Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:37:54.925Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:37:54.927Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:37:54.927Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267874924, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:37:55.027Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:37:55.028Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:37:55.029Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:37:55.046Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:37:55.047Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:37:55.928Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-15T04:37:55.929Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-15T04:37:55.929Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 9fc09b8d-ba49-4891-b878-0a5ab6c9525a, URL: /sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar to file: /app/ASDC/1/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar 2022-06-15T04:37:55.930Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar 2022-06-15T04:37:55.931Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar 2022-06-15T04:37:55.931Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar 2022-06-15T04:37:56.103Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9196701919688658649/Definitions/service-DemoPnf4xfomacx4vp7shpbz8hu-template.yml 2022-06-15T04:37:57.335Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-15T04:37:57.336Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-15T04:37:57.336Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar 2022-06-15T04:37:57.337Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-15T04:37:57.337Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar 2022-06-15T04:37:57.337Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar 2022-06-15T04:37:57.338Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar 2022-06-15T04:37:57.338Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar 2022-06-15T04:37:57.338Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar 2022-06-15T04:37:57.339Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF ddfe98e3-8fb7 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-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar 2022-06-15T04:37:57.339Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar 2022-06-15T04:37:57.339Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-15T04:37:57.339Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:37:57.340Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4xFOmaCx4Vp7shPbz8Hu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:37:57.340Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Node template pNF ddfe98e3-8fb7 0 is matching search criteria 2022-06-15T04:37:57.340Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-15T04:37:57.341Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF ddfe98e3-8fb7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-15T04:37:57.341Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:37:57.341Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4xFOmaCx4Vp7shPbz8Hu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:37:57.342Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Node template pNF ddfe98e3-8fb7 0 is matching search criteria 2022-06-15T04:37:57.342Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-15T04:37:57.342Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF ddfe98e3-8fb7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-15T04:37:57.343Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:37:57.343Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4xFOmaCx4Vp7shPbz8Hu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:37:57.343Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:37:57.343Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4xFOmaCx4Vp7shPbz8Hu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:37:57.344Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:37:57.344Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4xFOmaCx4Vp7shPbz8Hu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:37:57.344Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:37:57.345Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4xFOmaCx4Vp7shPbz8Hu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:37:57.345Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:37:57.345Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4xFOmaCx4Vp7shPbz8Hu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:37:57.345Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_4xFOmaCx4Vp7shPbz8Hu Description:catalog service description Model UUID:e4b91688-f9d3-420d-911c-2460e911b305 Model Version:NULL Model InvariantUuid:39b049ec-8433-4f5d-bc44-0acda4c9c1fa Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-15T04:37:57.353Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4b004ec2-5edb-4153-8d1d-82c336ba728d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:37:57.356Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||pNF ddfe98e3-8fb7 0 2022-06-15T04:37:57.357Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4b004ec2-5edb-4153-8d1d-82c336ba728d 2022-06-15T04:37:57.357Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||No resources found for Service: e4b91688-f9d3-420d-911c-2460e911b305 2022-06-15T04:37:57.357Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: e4b91688-f9d3-420d-911c-2460e911b305 2022-06-15T04:37:57.358Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF ddfe98e3-8fb7 0 4b004ec2-5edb-4153-8d1d-82c336ba728d ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:37:57.365Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@77560843, org.onap.sdc.toscaparser.api.parameters.Input@20d95a6e, org.onap.sdc.toscaparser.api.parameters.Input@72883849, org.onap.sdc.toscaparser.api.parameters.Input@71725f54, org.onap.sdc.toscaparser.api.parameters.Input@36215529] 2022-06-15T04:37:57.365Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:37:57.365Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4xFOmaCx4Vp7shPbz8Hu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:37:57.366Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid e4b91688-f9d3-420d-911c-2460e911b305: pNF ddfe98e3-8fb7 2022-06-15T04:37:57.366Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||Processing PNF resource: 4b004ec2-5edb-4153-8d1d-82c336ba728d 2022-06-15T04:37:57.366Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:37:57.367Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_4xFOmaCx4Vp7shPbz8Hu is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:37:57.367Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||Resource customization UUID: ac0ac4e4-0731-4a31-8a2b-8e468b3c427e is the same as notified resource customizationUUID: ac0ac4e4-0731-4a31-8a2b-8e468b3c427e Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-15T04:37:57.427Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF ddfe98e3-8fb7 4b004ec2-5edb-4153-8d1d-82c336ba728d 0 ASDC deployResourceStructure 2022-06-15T04:37:57.427Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar ASDC sendASDCNotification 2022-06-15T04:37:57.428Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar 2022-06-15T04:37:57.428Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:37:57.429Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:37:57.431Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:37:57.431Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267877427, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:37:57.532Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:37:57.533Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:37:57.533Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:37:57.549Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:37:57.549Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:37:58.434Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02af29f2-7c2e-4b06-a408-e42ea7cc1320 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:37:58.451Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02af29f2-7c2e-4b06-a408-e42ea7cc1320 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:37:58.453Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:37:58.453Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-15T04:37:58.454Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-15T04:38:04.409Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:38:04.411Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:38:04.411Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:38:04.466Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:38:04.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "ves-openapi-manager", "timestamp": 1655267696575, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "multicloud-k8s-id", "timestamp": 1655267698731, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "cds", "timestamp": 1655267697042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "aai-ml", "timestamp": 1655267704549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "multicloud-k8s-id", "timestamp": 1655267698731, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "ves-openapi-manager", "timestamp": 1655267696575, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "aai-ml", "timestamp": 1655267704549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "cds", "timestamp": 1655267697042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "multicloud-k8s-id", "timestamp": 1655267698731, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "ves-openapi-manager", "timestamp": 1655267696575, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "aai-ml", "timestamp": 1655267704549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "cds", "timestamp": 1655267697042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "multicloud-k8s-id", "timestamp": 1655267698731, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "ves-openapi-manager", "timestamp": 1655267696575, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "cds", "timestamp": 1655267697042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "aai-ml", "timestamp": 1655267704549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "multicloud-k8s-id", "timestamp": 1655267698731, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "aai-ml", "timestamp": 1655267704549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.494Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "ves-openapi-manager", "timestamp": 1655267696575, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "cds", "timestamp": 1655267697042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.495Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "multicloud-k8s-id", "timestamp": 1655267698731, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "aai-ml", "timestamp": 1655267704549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "cds", "timestamp": 1655267697042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "ves-openapi-manager", "timestamp": 1655267696575, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-15T04:38:04.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "multicloud-k8s-id", "timestamp": 1655267698731, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "aai-ml", "timestamp": 1655267704549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.499Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "cds", "timestamp": 1655267697042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.499Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "ves-openapi-manager", "timestamp": 1655267696575, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "policy-id", "timestamp": 1655267709686, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "multicloud-k8s-id", "timestamp": 1655267698731, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:38:04.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "ves-openapi-manager", "timestamp": 1655267696575, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "aai-ml", "timestamp": 1655267704549, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:38:04.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "cds", "timestamp": 1655267697042, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:38:04.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "policy-id", "timestamp": 1655267709686, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "aai-ml", "timestamp": 1655267713350, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:38:04.506Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "cds", "timestamp": 1655267713381, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:38:04.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "policy-id", "timestamp": 1655267709686, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.507Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "ves-openapi-manager", "timestamp": 1655267713127, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-15T04:38:04.508Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "cds", "timestamp": 1655267714387, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:38:04.517Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 02af29f2-7c2e-4b06-a408-e42ea7cc1320 2022-06-15T04:38:04.517Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02af29f2-7c2e-4b06-a408-e42ea7cc1320 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:38:04.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "policy-id", "timestamp": 1655267709686, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "ves-openapi-manager", "timestamp": 1655267714423, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-15T04:38:04.530Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.530Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "policy-id", "timestamp": 1655267709686, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.530Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.530Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.531Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "ves-openapi-manager", "timestamp": 1655267715430, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:38:04.538Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 02af29f2-7c2e-4b06-a408-e42ea7cc1320 2022-06-15T04:38:04.538Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02af29f2-7c2e-4b06-a408-e42ea7cc1320 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:38:04.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "policy-id", "timestamp": 1655267709686, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267716634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "policy-id", "timestamp": 1655267709686, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.554Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.554Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267716634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.554Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.555Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "policy-id", "timestamp": 1655267709686, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:38:04.555Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.555Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267716634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.556Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.556Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.556Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "cds", "timestamp": 1655267715393, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.557Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.557Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "ves-openapi-manager", "timestamp": 1655267716576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.558Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.558Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.558Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "multicloud-k8s-id", "timestamp": 1655267718735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.559Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.559Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.559Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "aai-ml", "timestamp": 1655267719455, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:38:04.560Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.560Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.560Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "policy-id", "timestamp": 1655267718426, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:38:04.561Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.561Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.561Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267716634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.562Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.562Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.562Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "ves-openapi-manager", "timestamp": 1655267716576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.563Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.563Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "cds", "timestamp": 1655267715393, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.563Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.564Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.564Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "multicloud-k8s-id", "timestamp": 1655267718735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-15T04:38:04.565Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.565Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.565Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "aai-ml", "timestamp": 1655267720461, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:38:04.572Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 02af29f2-7c2e-4b06-a408-e42ea7cc1320 2022-06-15T04:38:04.573Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02af29f2-7c2e-4b06-a408-e42ea7cc1320 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:38:04.584Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.584Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "policy-id", "timestamp": 1655267719432, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:38:04.585Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.585Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.585Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "clamp", "timestamp": 1655267718880, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.585Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.586Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.586Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267716634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.586Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "ves-openapi-manager", "timestamp": 1655267716576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.587Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.587Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.587Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "cds", "timestamp": 1655267715393, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.588Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.588Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.588Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "multicloud-k8s-id", "timestamp": 1655267718735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-15T04:38:04.589Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.589Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.589Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "policy-id", "timestamp": 1655267720434, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:38:04.599Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 02af29f2-7c2e-4b06-a408-e42ea7cc1320 2022-06-15T04:38:04.599Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02af29f2-7c2e-4b06-a408-e42ea7cc1320 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:38:04.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.610Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "clamp", "timestamp": 1655267718880, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.610Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.610Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267716634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "ves-openapi-manager", "timestamp": 1655267716576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.611Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.611Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "cds", "timestamp": 1655267715393, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.611Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "multicloud-k8s-id", "timestamp": 1655267718735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-15T04:38:04.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.612Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.612Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "clamp", "timestamp": 1655267718880, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.612Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267716634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "ves-openapi-manager", "timestamp": 1655267716576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.613Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "cds", "timestamp": 1655267715393, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.613Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.613Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "multicloud-k8s-id", "timestamp": 1655267718735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-15T04:38:04.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "clamp", "timestamp": 1655267718880, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.614Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267716634, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:38:04.614Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.614Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "cds", "timestamp": 1655267715393, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.615Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "ves-openapi-manager", "timestamp": 1655267716576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.615Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.615Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "multicloud-k8s-id", "timestamp": 1655267718735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.616Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "clamp", "timestamp": 1655267718880, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.616Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.616Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267725449, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:38:04.617Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "cds", "timestamp": 1655267715393, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "ves-openapi-manager", "timestamp": 1655267716576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "multicloud-k8s-id", "timestamp": 1655267718735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-15T04:38:04.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "clamp", "timestamp": 1655267718880, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "cds", "timestamp": 1655267715393, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.619Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "ves-openapi-manager", "timestamp": 1655267716576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "multicloud-k8s-id", "timestamp": 1655267718735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "clamp", "timestamp": 1655267718880, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "cds", "timestamp": 1655267715393, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:38:04.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "ves-openapi-manager", "timestamp": 1655267716576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.621Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.621Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "multicloud-k8s-id", "timestamp": 1655267718735, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:38:04.621Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "clamp", "timestamp": 1655267718880, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:38:04.622Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267728130, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:38:04.622Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "cds", "timestamp": 1655267728329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:38:04.622Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.622Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.622Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "multicloud-k8s-id", "timestamp": 1655267728531, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-15T04:38:04.623Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.623Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.623Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267729135, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:38:04.629Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 02af29f2-7c2e-4b06-a408-e42ea7cc1320 2022-06-15T04:38:04.629Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02af29f2-7c2e-4b06-a408-e42ea7cc1320 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:38:04.639Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.639Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "cds", "timestamp": 1655267729340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:38:04.656Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of eb1ddc14-56e0-4ade-8de1-c4dc018dce0a 2022-06-15T04:38:04.657Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb1ddc14-56e0-4ade-8de1-c4dc018dce0a and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:38:04.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "multicloud-k8s-id", "timestamp": 1655267729602, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-15T04:38:04.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "multicloud-k8s-id", "timestamp": 1655267730686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-15T04:38:04.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "policy-id", "timestamp": 1655267729686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "multicloud-k8s-id", "timestamp": 1655267731742, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:38:04.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "clamp", "timestamp": 1655267731127, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:38:04.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "policy-id", "timestamp": 1655267729686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "multicloud-k8s-id", "timestamp": 1655267732822, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:38:04.679Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb1ddc14-56e0-4ade-8de1-c4dc018dce0a 2022-06-15T04:38:04.680Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb1ddc14-56e0-4ade-8de1-c4dc018dce0a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:38:04.691Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "policy-id", "timestamp": 1655267729686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.692Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.692Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.692Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "multicloud-k8s-id", "timestamp": 1655267733828, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-15T04:38:04.693Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "clamp", "timestamp": 1655267733136, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:38:04.693Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.693Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.693Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "policy-id", "timestamp": 1655267729686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "aai-ml", "timestamp": 1655267734549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.694Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.694Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.694Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "clamp", "timestamp": 1655267734140, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:38:04.704Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 02af29f2-7c2e-4b06-a408-e42ea7cc1320 2022-06-15T04:38:04.704Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02af29f2-7c2e-4b06-a408-e42ea7cc1320 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:38:04.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.714Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "policy-id", "timestamp": 1655267729686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-15T04:38:04.714Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.714Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "aai-ml", "timestamp": 1655267734549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "clamp", "timestamp": 1655267718880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.715Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.715Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.715Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "policy-id", "timestamp": 1655267729686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "aai-ml", "timestamp": 1655267734549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.716Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.716Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.716Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "clamp", "timestamp": 1655267718880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "policy-id", "timestamp": 1655267729686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.717Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "aai-ml", "timestamp": 1655267734549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.717Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.717Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "clamp", "timestamp": 1655267718880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "policy-id", "timestamp": 1655267729686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.718Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "aai-ml", "timestamp": 1655267734549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "clamp", "timestamp": 1655267718880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-15T04:38:04.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.719Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.719Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655267738731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "ves-openapi-manager", "timestamp": 1655267736575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "cds", "timestamp": 1655267730344, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "policy-id", "timestamp": 1655267729686, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:38:04.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "aai-ml", "timestamp": 1655267734549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "clamp", "timestamp": 1655267718880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "ves-openapi-manager", "timestamp": 1655267736575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655267738731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-15T04:38:04.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "cds", "timestamp": 1655267730344, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.723Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "policy-id", "timestamp": 1655267739464, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:38:04.723Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "aai-ml", "timestamp": 1655267734549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.724Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "clamp", "timestamp": 1655267718880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.724Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "ves-openapi-manager", "timestamp": 1655267736575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655267738731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-15T04:38:04.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "cds", "timestamp": 1655267730344, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "policy-id", "timestamp": 1655267740469, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:38:04.727Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "aai-ml", "timestamp": 1655267734549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "clamp", "timestamp": 1655267718880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "ves-openapi-manager", "timestamp": 1655267736575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655267738731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "cds", "timestamp": 1655267730344, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "policy-id", "timestamp": 1655267741472, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:38:04.735Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of eb1ddc14-56e0-4ade-8de1-c4dc018dce0a 2022-06-15T04:38:04.736Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb1ddc14-56e0-4ade-8de1-c4dc018dce0a and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-15T04:38:04.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "aai-ml", "timestamp": 1655267734549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:38:04.745Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "clamp", "timestamp": 1655267718880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.746Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "ves-openapi-manager", "timestamp": 1655267736575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655267738731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-15T04:38:04.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "cds", "timestamp": 1655267730344, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "clamp", "timestamp": 1655267718880, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:38:04.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "aai-ml", "timestamp": 1655267744376, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:38:04.749Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "ves-openapi-manager", "timestamp": 1655267736575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.749Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655267738731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "cds", "timestamp": 1655267730344, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.750Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "ves-openapi-manager", "timestamp": 1655267736575, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655267738731, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:38:04.751Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "cds", "timestamp": 1655267730344, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:38:04.752Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655267746792, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-15T04:38:04.752Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "cds", "timestamp": 1655267746675, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:38:04.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267746634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.753Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "cds", "timestamp": 1655267747688, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:38:04.782Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of accba2c8-8b38-4969-b1dc-26f4ed1c72d1 2022-06-15T04:38:04.783Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId accba2c8-8b38-4969-b1dc-26f4ed1c72d1 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:38:04.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655267747881, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-15T04:38:04.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267746634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655267748969, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:38:04.798Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.798Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267746634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655267750016, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:38:04.805Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of accba2c8-8b38-4969-b1dc-26f4ed1c72d1 2022-06-15T04:38:04.805Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId accba2c8-8b38-4969-b1dc-26f4ed1c72d1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:38:04.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267746634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "multicloud-k8s-id", "timestamp": 1655267751025, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-15T04:38:04.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267746634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.816Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.816Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.816Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "policy-id", "timestamp": 1655267749686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.816Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267746634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.817Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.817Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.817Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "policy-id", "timestamp": 1655267749686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267746634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.818Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "policy-id", "timestamp": 1655267749686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-15T04:38:04.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "aai-ml", "timestamp": 1655267753756, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:38:04.819Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267746634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "policy-id", "timestamp": 1655267749686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "aai-ml", "timestamp": 1655267754760, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:38:04.827Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of eb1ddc14-56e0-4ade-8de1-c4dc018dce0a 2022-06-15T04:38:04.827Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb1ddc14-56e0-4ade-8de1-c4dc018dce0a and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:38:04.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267746634, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:38:04.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "policy-id", "timestamp": 1655267749686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267756527, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:38:04.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "clamp", "timestamp": 1655267755130, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:38:04.849Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "policy-id", "timestamp": 1655267749686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.849Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "clamp", "timestamp": 1655267756151, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:38:04.850Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.850Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "policy-id", "timestamp": 1655267749686, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:38:04.850Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.851Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "clamp", "timestamp": 1655267757156, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:38:04.857Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of eb1ddc14-56e0-4ade-8de1-c4dc018dce0a 2022-06-15T04:38:04.858Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb1ddc14-56e0-4ade-8de1-c4dc018dce0a and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:38:04.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "policy-id", "timestamp": 1655267757468, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:38:04.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267759718, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:38:04.870Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.870Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "policy-id", "timestamp": 1655267758473, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:38:04.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:38:04.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "clamp", "timestamp": 1655267758161, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.871Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.871Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.871Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267760728, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:38:04.878Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of eb1ddc14-56e0-4ade-8de1-c4dc018dce0a 2022-06-15T04:38:04.878Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId eb1ddc14-56e0-4ade-8de1-c4dc018dce0a and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:38:04.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "policy-id", "timestamp": 1655267759476, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:38:04.896Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of accba2c8-8b38-4969-b1dc-26f4ed1c72d1 2022-06-15T04:38:04.896Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId accba2c8-8b38-4969-b1dc-26f4ed1c72d1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-15T04:38:04.905Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.906Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "clamp", "timestamp": 1655267758161, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-15T04:38:04.906Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.906Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267746634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.907Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.907Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.907Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "clamp", "timestamp": 1655267758161, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267746634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.908Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.908Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.908Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "clamp", "timestamp": 1655267758161, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:04.909Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:38:04.909Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267746634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:38:04.909Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-06-15T04:38:28.457Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02af29f2-7c2e-4b06-a408-e42ea7cc1320 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:38:28.474Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02af29f2-7c2e-4b06-a408-e42ea7cc1320 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:38:28.488Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:38:28.488Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-15T04:38:28.488Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-15T04:38:28.488Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-15T04:38:28.488Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:38:28.488Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:38:28.489Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:38:28.489Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:38:28.489Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:38:28.489Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:38:28.489Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:38:28.490Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:38:28.497Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-15T04:38:58.497Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 02af29f2-7c2e-4b06-a408-e42ea7cc1320 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-15T04:38:58.506Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 02af29f2-7c2e-4b06-a408-e42ea7cc1320 and serviceModelVersionId: e4b91688-f9d3-420d-911c-2460e911b305 2022-06-15T04:38:58.506Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 39b049ec-8433-4f5d-bc44-0acda4c9c1fa 2022-06-15T04:38:58.508Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/39b049ec-8433-4f5d-bc44-0acda4c9c1fa/model-vers/model-ver/e4b91688-f9d3-420d-911c-2460e911b305?depth=0 2022-06-15T04:38:58.515Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-15T04:38:58.573Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39b049ec-8433-4f5d-bc44-0acda4c9c1fa/model-vers/model-ver/e4b91688-f9d3-420d-911c-2460e911b305?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-15T04:38:58.575Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39b049ec-8433-4f5d-bc44-0acda4c9c1fa/model-vers/model-ver/e4b91688-f9d3-420d-911c-2460e911b305?depth=0|INFO|500||Invoke 2022-06-15T04:38:58.617Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39b049ec-8433-4f5d-bc44-0acda4c9c1fa/model-vers/model-ver/e4b91688-f9d3-420d-911c-2460e911b305?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-15T04:38:58.896Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39b049ec-8433-4f5d-bc44-0acda4c9c1fa/model-vers/model-ver/e4b91688-f9d3-420d-911c-2460e911b305?depth=0|INFO|500||InvokeReturn 2022-06-15T04:38:58.898Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/39b049ec-8433-4f5d-bc44-0acda4c9c1fa/model-vers/model-ver/e4b91688-f9d3-420d-911c-2460e911b305?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220615-04:38:58:301-45564], vertex-id=[172256], Content-Length=[0], Date=[Wed, 15 Jun 2022 04:38:58 GMT], Content-Type=[application/json]} 2022-06-15T04:38:58.899Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-06-15T04:38:58.899Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-15T04:38:58.899Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:38:58.907Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-15T04:38:58.907Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 02af29f2-7c2e-4b06-a408-e42ea7cc1320 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-15T04:38:58.908Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-15T04:38:58.908Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:38:58.912Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:38:58.913Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267938908, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-15T04:38:59.012Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-15T04:38:59.013Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:38:59.014Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:38:59.035Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:38:59.036Z||pool-50-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-15T04:38:59.930Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-15T04:38:59.930Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"eb1ddc14-56e0-4ade-8de1-c4dc018dce0a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"596c216a-dbc7-46a1-82f6-02be1e9058bf","serviceDescription":"service","serviceInvariantUUID":"b0ccdcb9-c64a-4bc9-b6f5-71d0ebd3f832","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5b979f96-2db1-4f0d-97cf-4c652f65ffa9","resourceInvariantUUID":"cde8c275-e8f6-4acf-83a1-768f1a6aef21","resourceCustomizationUUID":"289e8a56-cf44-4e68-8631-ca9120364453","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":"YjE2ZTQ0ZjVjZWI4NWZiYjZhZjAxZGE2NzU5NzBhZjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"068c2a96-9612-45c6-ae23-3f58c1a1cf49","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":"c08185cd-9d13-476d-8c04-17695ad7bf16","artifactVersion":"2","generatedFromUUID":"fd907197-ca5a-4bb9-8165-bfe98c24b1d8"},{"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":"fd907197-ca5a-4bb9-8165-bfe98c24b1d8","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":"OTUwNjk1NTc1OTZiMmU1ZDQxMGU0MWExMjRkNzQyNDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"98516254-cf26-4e95-8ec8-20370ab08157","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":"a3e8f825-2f03-47c6-98ef-b04a3379dce8","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":"63313549-1ef1-4192-a8b5-6ef4cf1c2e15","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":"99fcccf9-0555-4f4e-b2b7-168581ad5968","artifactVersion":"2","generatedFromUUID":"a3e8f825-2f03-47c6-98ef-b04a3379dce8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzYxNjRhN2YyZmIyZDQ0ZjFmMThiYTE3ODE3OTAwMWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"58002d53-6282-4ef9-8e38-dffb32812289","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MzI0YzkzYmE4MTBiMjFmNTNiYWUxODBhMjFiMTc0NmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9db7da8-679b-4f29-bb5a-6c2b830a37b7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-15T04:38:59.931Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:38:59.931Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:38:59.933Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:38:59.934Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:39:00.034Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:39:00.035Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:00.035Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:00.056Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:00.057Z||pool-51-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:39:00.934Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:39:00.935Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:00.937Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:00.937Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-15T04:39:01.037Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:39:01.039Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:01.039Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:01.059Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:01.060Z||pool-52-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:39:01.938Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:39:01.938Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:01.942Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:01.942Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-15T04:39:02.043Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-15T04:39:02.044Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:02.044Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:02.063Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:02.064Z||pool-53-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:39:02.943Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:39:02.944Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:02.952Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:02.952Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-15T04:39:03.052Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:39:03.053Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:03.053Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:03.079Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:03.079Z||pool-54-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:39:03.953Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:39:03.955Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:03.957Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:03.957Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-15T04:39:04.058Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:39:04.060Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:04.062Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:04.082Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:04.083Z||pool-55-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:39:04.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:39:04.410Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:39:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:04.448Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:04.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "clamp", "timestamp": 1655267758161, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:39:04.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:39:04.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267746634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:39:04.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:39:04.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "clamp", "timestamp": 1655267758161, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:39:04.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:39:04.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "aai-ml", "timestamp": 1655267764549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:39:04.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:39:04.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267746634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:39:04.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:39:04.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "clamp", "timestamp": 1655267758161, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:39:04.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:39:04.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "aai-ml", "timestamp": 1655267764549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:39:04.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:39:04.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267746634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:39:04.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:39:04.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "aai-ml", "timestamp": 1655267764549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:39:04.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:39:04.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267746634, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:39:04.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:39:04.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "aai-ml", "timestamp": 1655267764549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:39:04.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:39:04.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267768905, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:39:04.457Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:39:04.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "aai-ml", "timestamp": 1655267764549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:39:04.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:39:04.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "aai-ml", "timestamp": 1655267764549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:39:04.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:39:04.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "aai-ml", "timestamp": 1655267764549, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:39:04.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:39:04.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267772375, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:39:04.459Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:39:04.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "aai-ml", "timestamp": 1655267772439, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:39:04.460Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:39:04.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655267773387, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:39:04.472Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of accba2c8-8b38-4969-b1dc-26f4ed1c72d1 2022-06-15T04:39:04.472Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId accba2c8-8b38-4969-b1dc-26f4ed1c72d1 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:39:04.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.487Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "clamp", "timestamp": 1655267772132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:39:04.487Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:39:04.487Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "clamp", "timestamp": 1655267774143, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:39:04.488Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:39:04.488Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.488Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "clamp", "timestamp": 1655267775146, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:39:04.494Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of accba2c8-8b38-4969-b1dc-26f4ed1c72d1 2022-06-15T04:39:04.494Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId accba2c8-8b38-4969-b1dc-26f4ed1c72d1 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:39:04.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "aai-ml", "timestamp": 1655267780308, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:39:04.505Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:39:04.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:39:04.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "aai-ml", "timestamp": 1655267781313, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:39:04.511Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of accba2c8-8b38-4969-b1dc-26f4ed1c72d1 2022-06-15T04:39:04.511Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId accba2c8-8b38-4969-b1dc-26f4ed1c72d1 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:39:04.958Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:39:04.959Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:04.962Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:04.962Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:39:05.062Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:39:05.063Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:05.063Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:05.079Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:05.080Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:39:05.963Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:39:05.965Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:05.968Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:05.969Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-15T04:39:06.069Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:39:06.070Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:06.070Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:06.089Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:06.090Z||pool-57-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:39:06.969Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:39:06.970Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:06.973Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:06.973Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:39:07.073Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:39:07.075Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:07.075Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:07.094Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:07.094Z||pool-58-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:39:07.974Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:39:07.975Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:07.978Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:07.978Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:39:08.079Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:39:08.080Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:08.080Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:08.095Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:08.096Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:39:08.981Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "596c216a-dbc7-46a1-82f6-02be1e9058bf", "serviceDescription": "service", "serviceInvariantUUID": "b0ccdcb9-c64a-4bc9-b6f5-71d0ebd3f832", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "289e8a56-cf44-4e68-8631-ca9120364453", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5b979f96-2db1-4f0d-97cf-4c652f65ffa9", "resourceInvariantUUID": "cde8c275-e8f6-4acf-83a1-768f1a6aef21", "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": "c08185cd-9d13-476d-8c04-17695ad7bf16", "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": "fd907197-ca5a-4bb9-8165-bfe98c24b1d8", "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": "OTUwNjk1NTc1OTZiMmU1ZDQxMGU0MWExMjRkNzQyNDc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "98516254-cf26-4e95-8ec8-20370ab08157", "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": "a3e8f825-2f03-47c6-98ef-b04a3379dce8", "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": "99fcccf9-0555-4f4e-b2b7-168581ad5968", "generatedFromUUID": "a3e8f825-2f03-47c6-98ef-b04a3379dce8" }, "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": "99fcccf9-0555-4f4e-b2b7-168581ad5968", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MzI0YzkzYmE4MTBiMjFmNTNiYWUxODBhMjFiMTc0NmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b9db7da8-679b-4f29-bb5a-6c2b830a37b7" } ], "workloadContext": "Production" } 2022-06-15T04:39:08.981Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-15T04:39:08.981Z|02af29f2-7c2e-4b06-a408-e42ea7cc1320|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 596c216a-dbc7-46a1-82f6-02be1e9058bf ASDC 2022-06-15T04:39:08.982Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:eb1ddc14-56e0-4ade-8de1-c4dc018dce0a ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:596c216a-dbc7-46a1-82f6-02be1e9058bf ServiceInvariantUUID:b0ccdcb9-c64a-4bc9-b6f5-71d0ebd3f832 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:b9db7da8-679b-4f29-bb5a-6c2b830a37b7 ArtifactChecksum:MzI0YzkzYmE4MTBiMjFmNTNiYWUxODBhMjFiMTc0NmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:289e8a56-cf44-4e68-8631-ca9120364453 ResourceInvariantUUID:cde8c275-e8f6-4acf-83a1-768f1a6aef21 ResourceName:basic_cnf ResourceType:VF ResourceUUID:5b979f96-2db1-4f0d-97cf-4c652f65ffa9 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:c08185cd-9d13-476d-8c04-17695ad7bf16 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:fd907197-ca5a-4bb9-8165-bfe98c24b1d8 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:98516254-cf26-4e95-8ec8-20370ab08157 ArtifactChecksum:OTUwNjk1NTc1OTZiMmU1ZDQxMGU0MWExMjRkNzQyNDc= 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:a3e8f825-2f03-47c6-98ef-b04a3379dce8 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:99fcccf9-0555-4f4e-b2b7-168581ad5968 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:99fcccf9-0555-4f4e-b2b7-168581ad5968 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-15T04:39:08.982Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 596c216a-dbc7-46a1-82f6-02be1e9058bf ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-15T04:39:09.023Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-15T04:39:09.024Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-15T04:39:09.024Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-15T04:39:09.024Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b9db7da8-679b-4f29-bb5a-6c2b830a37b7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-15T04:39:09.025Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-15T04:39:09.025Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-15T04:39:09.171Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-15T04:39:09.176Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b9db7da8-679b-4f29-bb5a-6c2b830a37b7 68962 2022-06-15T04:39:09.176Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-15T04:39:09.177Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-15T04:39:09.177Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:39:09.177Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:09.180Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:09.180Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267949176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:39:09.281Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:39:09.282Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:09.283Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:09.299Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:09.300Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:39:10.181Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-15T04:39:10.182Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-15T04:39:10.183Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b9db7da8-679b-4f29-bb5a-6c2b830a37b7, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-15T04:39:10.183Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-15T04:39:10.184Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-15T04:39:10.184Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-15T04:39:10.437Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12361074214879375464/Definitions/service-BasicCnf-template.yml 2022-06-15T04:39:12.252Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-15T04:39:12.253Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-15T04:39:12.253Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-15T04:39:12.253Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-15T04:39:12.254Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-15T04:39:12.254Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-15T04:39:12.254Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-15T04:39:12.254Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-15T04:39:12.254Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-15T04:39:12.255Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:12.255Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:39:12.255Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-15T04:39:12.256Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-15T04:39:12.256Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-15T04:39:12.256Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:12.257Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:39:12.257Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-15T04:39:12.257Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-15T04:39:12.257Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-15T04:39:12.258Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:12.258Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:39:12.258Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:12.259Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-15T04:39:12.259Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-15T04:39:12.259Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-15T04:39:12.259Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-15T04:39:12.259Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:12.260Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-15T04:39:12.260Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:12.260Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-15T04:39:12.261Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:39:12.261Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:12.261Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-15T04:39:12.262Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:39:12.262Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:12.262Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-15T04:39:12.262Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:39:12.263Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:12.263Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-15T04:39:12.263Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-15T04:39:12.263Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3283c57d-1976-4722-83d1-0881354d51a9 2022-06-15T04:39:12.264Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:12.264Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:39:12.264Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:12.265Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:39:12.265Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:12.265Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:39:12.265Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:12.266Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:39:12.266Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:596c216a-dbc7-46a1-82f6-02be1e9058bf Model Version:NULL Model InvariantUuid:b0ccdcb9-c64a-4bc9-b6f5-71d0ebd3f832 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:51b13b79-954e-4ad6-acd5-9f8b0ee9c5ae Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:cde8c275-e8f6-4acf-83a1-768f1a6aef21 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:289e8a56-cf44-4e68-8631-ca9120364453 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:101ec1cc-a4c9-4542-9a12-7dcb05cfe473 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:b7f3a9ed-0873-418f-b6d4-6979a80393dd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3283c57d-1976-4722-83d1-0881354d51a9 ModelInvariantUuid:e1ecf48d-4b1d-416d-b45e-8c6a59d106d1 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:d8827d08-85e3-4819-be6c-fe82f869934a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:98b289f6-c5ef-4207-8516-6eef603d8afd ModelInvariantUuid:2e1da816-baab-43d3-a9b6-da327c7bc345 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:e092d2b7-4749-47b5-999f-398ee91c1697 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-15T04:39:12.278Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 5b979f96-2db1-4f0d-97cf-4c652f65ffa9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:39:12.282Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||basic_cnf 0 2022-06-15T04:39:12.283Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5b979f96-2db1-4f0d-97cf-4c652f65ffa9 2022-06-15T04:39:12.283Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c08185cd-9d13-476d-8c04-17695ad7bf16 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-15T04:39:12.283Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-15T04:39:12.283Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-15T04:39:12.372Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-15T04:39:12.373Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env c08185cd-9d13-476d-8c04-17695ad7bf16 12 2022-06-15T04:39:12.374Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-15T04:39:12.374Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-15T04:39:12.374Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:39:12.375Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:12.378Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:12.378Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267952374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:39:12.478Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:39:12.480Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:12.480Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:12.528Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:12.528Z||pool-61-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:39:13.379Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: fd907197-ca5a-4bb9-8165-bfe98c24b1d8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-15T04:39:13.380Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-15T04:39:13.380Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-15T04:39:13.479Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-15T04:39:13.479Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz fd907197-ca5a-4bb9-8165-bfe98c24b1d8 2688 2022-06-15T04:39:13.480Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-15T04:39:13.480Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-15T04:39:13.480Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:39:13.480Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:13.483Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:13.483Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267953480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-15T04:39:13.583Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:39:13.586Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:13.586Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:13.606Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:13.608Z||pool-62-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:39:14.485Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 98516254-cf26-4e95-8ec8-20370ab08157 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-15T04:39:14.486Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-15T04:39:14.487Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-15T04:39:14.586Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-15T04:39:14.587Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 98516254-cf26-4e95-8ec8-20370ab08157 828 2022-06-15T04:39:14.588Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-15T04:39:14.588Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-15T04:39:14.588Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:39:14.588Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:14.592Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:14.592Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267954587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-15T04:39:14.692Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:39:14.693Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:14.693Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:14.713Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:14.714Z||pool-63-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:39:15.594Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "101ec1cc-a4c9-4542-9a12-7dcb05cfe473", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b7f3a9ed-0873-418f-b6d4-6979a80393dd", "vfModuleModelCustomizationUUID": "02df8a9b-42bc-46ff-aca4-85d735e32372", "isBase": true, "artifacts": [ "a3e8f825-2f03-47c6-98ef-b04a3379dce8", "fd907197-ca5a-4bb9-8165-bfe98c24b1d8", "99fcccf9-0555-4f4e-b2b7-168581ad5968" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-15T04:39:15.601Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b7f3a9ed-0873-418f-b6d4-6979a80393dd VfModuleModelInvariantUUID:101ec1cc-a4c9-4542-9a12-7dcb05cfe473 VfModuleModelDescription:NULL Artifacts UUID List:{ a3e8f825-2f03-47c6-98ef-b04a3379dce8 , fd907197-ca5a-4bb9-8165-bfe98c24b1d8 , 99fcccf9-0555-4f4e-b2b7-168581ad5968 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-15T04:39:15.604Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "101ec1cc-a4c9-4542-9a12-7dcb05cfe473", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b7f3a9ed-0873-418f-b6d4-6979a80393dd", "vfModuleModelCustomizationUUID": "02df8a9b-42bc-46ff-aca4-85d735e32372", "isBase": true, "artifacts": [ "a3e8f825-2f03-47c6-98ef-b04a3379dce8", "fd907197-ca5a-4bb9-8165-bfe98c24b1d8", "99fcccf9-0555-4f4e-b2b7-168581ad5968" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-15T04:39:15.605Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b7f3a9ed-0873-418f-b6d4-6979a80393dd VfModuleModelInvariantUUID:101ec1cc-a4c9-4542-9a12-7dcb05cfe473 VfModuleModelDescription:NULL Artifacts UUID List:{ a3e8f825-2f03-47c6-98ef-b04a3379dce8 , fd907197-ca5a-4bb9-8165-bfe98c24b1d8 , 99fcccf9-0555-4f4e-b2b7-168581ad5968 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-15T04:39:15.605Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a3e8f825-2f03-47c6-98ef-b04a3379dce8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-15T04:39:15.605Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-15T04:39:15.606Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-15T04:39:15.680Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-15T04:39:15.680Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a3e8f825-2f03-47c6-98ef-b04a3379dce8 1164 2022-06-15T04:39:15.681Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-15T04:39:15.681Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-15T04:39:15.681Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:39:15.682Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:15.685Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:15.685Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267955681, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-15T04:39:15.785Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:39:15.787Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:15.788Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:15.848Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:15.849Z||pool-64-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:39:16.686Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 99fcccf9-0555-4f4e-b2b7-168581ad5968 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-15T04:39:16.686Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-15T04:39:16.687Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-15T04:39:16.807Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-15T04:39:16.808Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 99fcccf9-0555-4f4e-b2b7-168581ad5968 200 2022-06-15T04:39:16.808Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-15T04:39:16.809Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-15T04:39:16.809Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:39:16.809Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:16.812Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:16.813Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267956808, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:39:16.919Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-06-15T04:39:16.920Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:16.920Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:16.937Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:16.938Z||pool-65-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:39:17.814Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 596c216a-dbc7-46a1-82f6-02be1e9058bf 2022-06-15T04:39:17.815Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5b979f96-2db1-4f0d-97cf-4c652f65ffa9 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=? 2022-06-15T04:39:17.842Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:39:17.852Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@63765b03, org.onap.sdc.toscaparser.api.parameters.Input@401bd53d, org.onap.sdc.toscaparser.api.parameters.Input@2b03650, org.onap.sdc.toscaparser.api.parameters.Input@1bfb6e30, org.onap.sdc.toscaparser.api.parameters.Input@4a04900f] 2022-06-15T04:39:17.854Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:17.854Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:39:17.855Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-15T04:39:17.855Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 289e8a56-cf44-4e68-8631-ca9120364453 2022-06-15T04:39:17.855Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 289e8a56-cf44-4e68-8631-ca9120364453 matches Tosca VF Customization UUID: 289e8a56-cf44-4e68-8631-ca9120364453 2022-06-15T04:39:17.855Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 289e8a56-cf44-4e68-8631-ca9120364453 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-15T04:39:17.859Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:17.859Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:39:17.860Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 289e8a56-cf44-4e68-8631-ca9120364453: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-06-15T04:39:17.860Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1763c607 2022-06-15T04:39:17.860Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:17.861Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-15T04:39:17.861Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 02df8a9b-42bc-46ff-aca4-85d735e32372 2022-06-15T04:39:17.861Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 02df8a9b-42bc-46ff-aca4-85d735e32372 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-15T04:39:17.864Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:17.865Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-15T04:39:17.865Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:39:17.865Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:17.865Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-15T04:39:17.866Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:39:17.866Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:17.866Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-15T04:39:17.866Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-15T04:39:17.867Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3283c57d-1976-4722-83d1-0881354d51a9 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-15T04:39:17.870Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:17.871Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-15T04:39:17.871Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:39:17.871Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:17.871Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-15T04:39:17.872Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=289e8a56-cf44-4e68-8631-ca9120364453 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:39:17.876Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:17.877Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:39:17.877Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 596c216a-dbc7-46a1-82f6-02be1e9058bf: basic_cnf 2022-06-15T04:39:17.877Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:17.878Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:39:17.878Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:17.878Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:39:17.878Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:17.879Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:39:17.879Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:17.879Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:39:17.879Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:39:17.879Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:39:17.880Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:39:17.982Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5b979f96-2db1-4f0d-97cf-4c652f65ffa9 1 ASDC deployResourceStructure 2022-06-15T04:39:17.983Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-15T04:39:17.983Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-06-15T04:39:17.984Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-15T04:39:17.984Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:17.987Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:17.987Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267957983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-15T04:39:18.087Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:39:18.088Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:18.089Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:18.117Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:18.118Z||pool-66-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:39:18.988Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-15T04:39:18.989Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-15T04:39:18.989Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-15T04:39:18.989Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:18.991Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:18.991Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267958988, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-15T04:39:19.092Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:39:19.093Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:19.094Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:19.111Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:19.113Z||pool-67-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:39:19.992Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-15T04:39:19.994Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-15T04:39:19.994Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:39:19.995Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:20.000Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:20.000Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267959992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-15T04:39:20.100Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:39:20.101Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:20.101Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:20.120Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:20.121Z||pool-68-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:39:21.005Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-15T04:39:21.005Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-15T04:39:21.005Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:39:21.006Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:21.009Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:21.009Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267961002, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-15T04:39:21.109Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:39:21.111Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:21.111Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:21.130Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:21.132Z||pool-69-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:39:22.011Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-15T04:39:22.012Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-15T04:39:22.012Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:39:22.012Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:22.019Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:22.020Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267962011, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-15T04:39:22.119Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-15T04:39:22.121Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:22.121Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:22.156Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:22.157Z||pool-70-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:39:23.022Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-15T04:39:23.022Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-15T04:39:23.023Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:39:23.023Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:23.026Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:23.026Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267963021, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:39:23.130Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-15T04:39:23.131Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:23.131Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:23.152Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:23.153Z||pool-71-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:39:24.027Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: eb1ddc14-56e0-4ade-8de1-c4dc018dce0a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:39:24.047Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: eb1ddc14-56e0-4ade-8de1-c4dc018dce0a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:39:24.052Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:39:24.053Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-15T04:39:24.053Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-15T04:39:24.053Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-15T04:39:24.053Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:39:24.053Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:39:24.053Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:39:24.053Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:39:24.053Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:39:24.053Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:39:24.053Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:39:24.060Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-15T04:39:54.061Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: eb1ddc14-56e0-4ade-8de1-c4dc018dce0a and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-15T04:39:54.078Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: eb1ddc14-56e0-4ade-8de1-c4dc018dce0a and serviceModelVersionId: 596c216a-dbc7-46a1-82f6-02be1e9058bf 2022-06-15T04:39:54.079Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b0ccdcb9-c64a-4bc9-b6f5-71d0ebd3f832 2022-06-15T04:39:54.085Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b0ccdcb9-c64a-4bc9-b6f5-71d0ebd3f832/model-vers/model-ver/596c216a-dbc7-46a1-82f6-02be1e9058bf?depth=0 2022-06-15T04:39:54.096Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-15T04:39:54.203Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0ccdcb9-c64a-4bc9-b6f5-71d0ebd3f832/model-vers/model-ver/596c216a-dbc7-46a1-82f6-02be1e9058bf?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-15T04:39:54.207Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0ccdcb9-c64a-4bc9-b6f5-71d0ebd3f832/model-vers/model-ver/596c216a-dbc7-46a1-82f6-02be1e9058bf?depth=0|INFO|500||Invoke 2022-06-15T04:39:54.248Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0ccdcb9-c64a-4bc9-b6f5-71d0ebd3f832/model-vers/model-ver/596c216a-dbc7-46a1-82f6-02be1e9058bf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-15T04:39:54.544Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0ccdcb9-c64a-4bc9-b6f5-71d0ebd3f832/model-vers/model-ver/596c216a-dbc7-46a1-82f6-02be1e9058bf?depth=0|INFO|500||InvokeReturn 2022-06-15T04:39:54.546Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0ccdcb9-c64a-4bc9-b6f5-71d0ebd3f832/model-vers/model-ver/596c216a-dbc7-46a1-82f6-02be1e9058bf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220615-04:39:53:928-97894], vertex-id=[221352], Content-Length=[0], Date=[Wed, 15 Jun 2022 04:39:53 GMT], Content-Type=[application/json]} 2022-06-15T04:39:54.547Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-06-15T04:39:54.548Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-15T04:39:54.548Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:39:54.560Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-15T04:39:54.561Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID eb1ddc14-56e0-4ade-8de1-c4dc018dce0a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-15T04:39:54.562Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-15T04:39:54.563Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:54.566Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:54.566Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267994561, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-15T04:39:54.667Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:39:54.668Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:54.669Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:54.694Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:54.695Z||pool-72-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-15T04:39:55.591Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-15T04:39:55.591Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"accba2c8-8b38-4969-b1dc-26f4ed1c72d1","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"2e2d006b-fd85-4022-904f-334ff96af4dc","serviceDescription":"service","serviceInvariantUUID":"f66e29e6-0007-420a-8c03-24c31d541630","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ac1ef396-309a-4384-a8ac-d85751dd96dc","resourceInvariantUUID":"5bfb6ef4-d57c-4cbe-98ea-1c0217a721fa","resourceCustomizationUUID":"9128042c-2fc4-4e09-85f1-77efe70f9374","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":"ODJkZWVjNzU0ODIyNDY2YzEwMjkwNTNiZTQ3Zjg1NGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3c339625-8abe-4ed0-a03f-612ac135d4bb","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":"NTgwYTRlYjU2MDc5NGVkMmRmYWI1NzEwNDdjYzExZjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"64d2f47d-e5ed-4e1e-a9e7-a9b8294a6208","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":"c863db63-2d33-4e64-8f98-f7c0c7768d01","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":"89c5c472-6570-454c-a95f-e45a553e0747","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":"1c37c29a-86fe-4dd1-b75e-6eea8dcffc4e","artifactVersion":"2","generatedFromUUID":"c863db63-2d33-4e64-8f98-f7c0c7768d01"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZTIxYTlkMDk2NTIyNjk0MGQwN2Q3OWJhZTgzNzA2MDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ce077677-1bbb-47f8-b0c5-dff1620bae9c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZDFkYTE3ODBmY2U2YTZkYWY3YTA3MWZmZTVlOWI1OTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"364fd314-e473-48bb-9fbf-b248a766e45b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-15T04:39:55.592Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:39:55.593Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:55.596Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:55.596Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:39:55.696Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:39:55.697Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:55.697Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:55.716Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:55.717Z||pool-73-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:39:56.597Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:39:56.599Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:56.602Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:56.603Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-15T04:39:56.702Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:39:56.703Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:56.704Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:56.730Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:56.731Z||pool-74-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:39:57.607Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:39:57.608Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:57.611Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:57.612Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-15T04:39:57.711Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:39:57.712Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:57.712Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:57.730Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:57.731Z||pool-75-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:39:58.612Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:39:58.613Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:58.616Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:58.616Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:39:58.716Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:39:58.717Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:58.717Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:58.772Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:58.772Z||pool-76-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:39:59.620Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:39:59.621Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:39:59.626Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:39:59.626Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-15T04:39:59.727Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-15T04:39:59.728Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:39:59.729Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:39:59.746Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:39:59.746Z||pool-77-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:40:00.627Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:40:00.628Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:40:00.632Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:40:00.632Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:40:00.732Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:40:00.733Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:40:00.733Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:40:00.749Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:40:00.750Z||pool-78-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:40:01.637Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:40:01.638Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:40:01.642Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:40:01.642Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:40:01.742Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:40:01.743Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:40:01.743Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:40:01.762Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:40:01.763Z||pool-79-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:40:02.647Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "2e2d006b-fd85-4022-904f-334ff96af4dc", "serviceDescription": "service", "serviceInvariantUUID": "f66e29e6-0007-420a-8c03-24c31d541630", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "9128042c-2fc4-4e09-85f1-77efe70f9374", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ac1ef396-309a-4384-a8ac-d85751dd96dc", "resourceInvariantUUID": "5bfb6ef4-d57c-4cbe-98ea-1c0217a721fa", "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": "NTgwYTRlYjU2MDc5NGVkMmRmYWI1NzEwNDdjYzExZjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "64d2f47d-e5ed-4e1e-a9e7-a9b8294a6208", "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": "c863db63-2d33-4e64-8f98-f7c0c7768d01", "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": "1c37c29a-86fe-4dd1-b75e-6eea8dcffc4e", "generatedFromUUID": "c863db63-2d33-4e64-8f98-f7c0c7768d01" }, "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": "1c37c29a-86fe-4dd1-b75e-6eea8dcffc4e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZDFkYTE3ODBmY2U2YTZkYWY3YTA3MWZmZTVlOWI1OTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "364fd314-e473-48bb-9fbf-b248a766e45b" } ], "workloadContext": "Production" } 2022-06-15T04:40:02.648Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-15T04:40:02.648Z|eb1ddc14-56e0-4ade-8de1-c4dc018dce0a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2e2d006b-fd85-4022-904f-334ff96af4dc ASDC 2022-06-15T04:40:02.648Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:accba2c8-8b38-4969-b1dc-26f4ed1c72d1 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:2e2d006b-fd85-4022-904f-334ff96af4dc ServiceInvariantUUID:f66e29e6-0007-420a-8c03-24c31d541630 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:364fd314-e473-48bb-9fbf-b248a766e45b ArtifactChecksum:ZDFkYTE3ODBmY2U2YTZkYWY3YTA3MWZmZTVlOWI1OTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:9128042c-2fc4-4e09-85f1-77efe70f9374 ResourceInvariantUUID:5bfb6ef4-d57c-4cbe-98ea-1c0217a721fa ResourceName:basic_vm ResourceType:VF ResourceUUID:ac1ef396-309a-4384-a8ac-d85751dd96dc 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:64d2f47d-e5ed-4e1e-a9e7-a9b8294a6208 ArtifactChecksum:NTgwYTRlYjU2MDc5NGVkMmRmYWI1NzEwNDdjYzExZjQ= 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:c863db63-2d33-4e64-8f98-f7c0c7768d01 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:1c37c29a-86fe-4dd1-b75e-6eea8dcffc4e 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:1c37c29a-86fe-4dd1-b75e-6eea8dcffc4e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-15T04:40:02.649Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2e2d006b-fd85-4022-904f-334ff96af4dc ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-15T04:40:02.701Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-15T04:40:02.702Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-15T04:40:02.703Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-15T04:40:02.703Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 364fd314-e473-48bb-9fbf-b248a766e45b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-15T04:40:02.703Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-15T04:40:02.703Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-15T04:40:03.094Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-15T04:40:03.099Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 364fd314-e473-48bb-9fbf-b248a766e45b 71060 2022-06-15T04:40:03.100Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-15T04:40:03.100Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-15T04:40:03.100Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:40:03.100Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:40:03.102Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:40:03.102Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268003099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:40:03.202Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:40:03.204Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:40:03.204Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:40:03.278Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:40:03.279Z||pool-80-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:40:04.103Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-15T04:40:04.104Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-15T04:40:04.104Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 364fd314-e473-48bb-9fbf-b248a766e45b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-15T04:40:04.106Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-15T04:40:04.107Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-15T04:40:04.107Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-15T04:40:04.409Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:40:04.410Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:40:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:40:04.461Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:40:04.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:40:04.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d7db6e20-6a62-4566-96b4-04b4ab7be861", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267861177, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-15T04:40:04.463Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:40:04.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:40:04.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:40:04.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-15T04:40:04.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:40:04.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:40:04.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-15T04:40:04.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:40:04.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-15T04:40:04.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-15T04:40:04.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:40:04.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:40:04.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-15T04:40:04.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:40:04.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:40:04.464Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-15T04:40:04.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:40:04.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/resourceInstances/pnfddfe98e38fb70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:40:04.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-15T04:40:04.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:40:04.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:40:04.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-15T04:40:04.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:40:04.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:40:04.465Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-15T04:40:04.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:40:04.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267874924, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:40:04.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:40:04.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-15T04:40:04.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267877427, "artifactURL": "/sdc/v1/catalog/services/DemoPnf4xfomacx4vp7shpbz8hu/1.0/artifacts/service-DemoPnf4xfomacx4vp7shpbz8hu-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:40:04.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:40:04.497Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13165138361661422424/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-15T04:40:06.489Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-15T04:40:06.490Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-15T04:40:06.490Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-15T04:40:06.490Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-15T04:40:06.490Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-15T04:40:06.491Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-15T04:40:06.491Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-15T04:40:06.491Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-15T04:40:06.492Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-15T04:40:06.492Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-15T04:40:06.492Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-15T04:40:06.493Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-15T04:40:06.493Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-15T04:40:06.493Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-15T04:40:06.494Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:06.494Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:40:06.494Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-15T04:40:06.495Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-15T04:40:06.495Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-15T04:40:06.495Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:06.495Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:40:06.496Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-15T04:40:06.496Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-15T04:40:06.496Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-15T04:40:06.497Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:06.497Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:40:06.497Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:06.498Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-15T04:40:06.498Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-15T04:40:06.498Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-15T04:40:06.498Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-15T04:40:06.499Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-15T04:40:06.499Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-15T04:40:06.499Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:06.499Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-15T04:40:06.500Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:06.500Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-15T04:40:06.500Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:40:06.501Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:06.501Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-15T04:40:06.501Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:40:06.501Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:06.502Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-15T04:40:06.502Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:40:06.502Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:06.502Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-15T04:40:06.502Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-15T04:40:06.502Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-15T04:40:06.503Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2c5d1190-261f-42e1-95d8-1046163833bc 2022-06-15T04:40:06.503Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:06.503Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:40:06.503Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:06.503Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:40:06.503Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:06.504Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:40:06.504Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:06.504Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:40:06.504Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:2e2d006b-fd85-4022-904f-334ff96af4dc Model Version:NULL Model InvariantUuid:f66e29e6-0007-420a-8c03-24c31d541630 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:df27b5d6-92be-44f2-95e9-9f3aa2b608f0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5bfb6ef4-d57c-4cbe-98ea-1c0217a721fa Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9128042c-2fc4-4e09-85f1-77efe70f9374 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:068de4b7-46b6-4cea-9b27-ecbde33a2023 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:6ff9d3e7-4518-4179-8d52-9b6834ed36f0 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2c5d1190-261f-42e1-95d8-1046163833bc ModelInvariantUuid:f93e46a3-413a-46d4-bd0b-fe4eb3364033 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:2317a994-a8bf-4978-8076-6ae353c25660 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:882b77e6-64af-46ca-bf65-132836521db4 ModelInvariantUuid:e81ca217-07b1-4ff8-8103-d2a4a9ae6932 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:95663d18-901c-4118-80d2-eb97e6b01d6b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-15T04:40:06.533Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: ac1ef396-309a-4384-a8ac-d85751dd96dc Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:40:06.538Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||basic_vm 0 2022-06-15T04:40:06.539Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ac1ef396-309a-4384-a8ac-d85751dd96dc 2022-06-15T04:40:06.539Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 64d2f47d-e5ed-4e1e-a9e7-a9b8294a6208 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-15T04:40:06.539Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-15T04:40:06.539Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-15T04:40:06.700Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-15T04:40:06.701Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 64d2f47d-e5ed-4e1e-a9e7-a9b8294a6208 787 2022-06-15T04:40:06.702Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-15T04:40:06.702Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-15T04:40:06.702Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:40:06.703Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:40:06.706Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:40:06.706Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268006702, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-15T04:40:06.806Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:40:06.807Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:40:06.807Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:40:06.827Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:40:06.828Z||pool-81-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:40:07.706Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "068de4b7-46b6-4cea-9b27-ecbde33a2023", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6ff9d3e7-4518-4179-8d52-9b6834ed36f0", "vfModuleModelCustomizationUUID": "4260c267-566e-41c2-90af-6a91204121ca", "isBase": true, "artifacts": [ "c863db63-2d33-4e64-8f98-f7c0c7768d01", "1c37c29a-86fe-4dd1-b75e-6eea8dcffc4e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-15T04:40:07.712Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6ff9d3e7-4518-4179-8d52-9b6834ed36f0 VfModuleModelInvariantUUID:068de4b7-46b6-4cea-9b27-ecbde33a2023 VfModuleModelDescription:NULL Artifacts UUID List:{ c863db63-2d33-4e64-8f98-f7c0c7768d01 , 1c37c29a-86fe-4dd1-b75e-6eea8dcffc4e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-15T04:40:07.714Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "068de4b7-46b6-4cea-9b27-ecbde33a2023", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6ff9d3e7-4518-4179-8d52-9b6834ed36f0", "vfModuleModelCustomizationUUID": "4260c267-566e-41c2-90af-6a91204121ca", "isBase": true, "artifacts": [ "c863db63-2d33-4e64-8f98-f7c0c7768d01", "1c37c29a-86fe-4dd1-b75e-6eea8dcffc4e" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-15T04:40:07.714Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6ff9d3e7-4518-4179-8d52-9b6834ed36f0 VfModuleModelInvariantUUID:068de4b7-46b6-4cea-9b27-ecbde33a2023 VfModuleModelDescription:NULL Artifacts UUID List:{ c863db63-2d33-4e64-8f98-f7c0c7768d01 , 1c37c29a-86fe-4dd1-b75e-6eea8dcffc4e } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-15T04:40:07.714Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c863db63-2d33-4e64-8f98-f7c0c7768d01 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-15T04:40:07.714Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-15T04:40:07.715Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-15T04:40:07.769Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-15T04:40:07.770Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c863db63-2d33-4e64-8f98-f7c0c7768d01 5033 2022-06-15T04:40:07.770Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-15T04:40:07.770Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-15T04:40:07.771Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:40:07.771Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:40:07.773Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:40:07.774Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268007770, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-15T04:40:07.874Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:40:07.875Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:40:07.875Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:40:07.925Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:40:07.925Z||pool-82-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:40:08.775Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1c37c29a-86fe-4dd1-b75e-6eea8dcffc4e from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-15T04:40:08.776Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-15T04:40:08.776Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-15T04:40:08.838Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-15T04:40:08.839Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 1c37c29a-86fe-4dd1-b75e-6eea8dcffc4e 903 2022-06-15T04:40:08.839Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-15T04:40:08.839Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-15T04:40:08.839Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:40:08.840Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:40:08.843Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:40:08.843Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268008839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:40:08.943Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:40:08.944Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:40:08.944Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:40:08.970Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:40:08.971Z||pool-83-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:40:09.844Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2e2d006b-fd85-4022-904f-334ff96af4dc 2022-06-15T04:40:09.845Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 ac1ef396-309a-4384-a8ac-d85751dd96dc ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:40:09.872Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ba3b4d2, org.onap.sdc.toscaparser.api.parameters.Input@37b19b02, org.onap.sdc.toscaparser.api.parameters.Input@627eb67f, org.onap.sdc.toscaparser.api.parameters.Input@e6e18f2, org.onap.sdc.toscaparser.api.parameters.Input@48ad28c9] 2022-06-15T04:40:09.874Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:09.874Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:40:09.875Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-15T04:40:09.875Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 9128042c-2fc4-4e09-85f1-77efe70f9374 2022-06-15T04:40:09.875Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9128042c-2fc4-4e09-85f1-77efe70f9374 matches Tosca VF Customization UUID: 9128042c-2fc4-4e09-85f1-77efe70f9374 2022-06-15T04:40:09.875Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 9128042c-2fc4-4e09-85f1-77efe70f9374 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-15T04:40:09.883Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:09.883Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:40:09.884Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 9128042c-2fc4-4e09-85f1-77efe70f9374: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-06-15T04:40:09.885Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a7273f5 2022-06-15T04:40:09.885Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:09.885Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-15T04:40:09.885Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4260c267-566e-41c2-90af-6a91204121ca 2022-06-15T04:40:09.885Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4260c267-566e-41c2-90af-6a91204121ca Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-15T04:40:09.890Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:09.890Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-15T04:40:09.891Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:40:09.891Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:09.891Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-15T04:40:09.891Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:40:09.892Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:09.892Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-15T04:40:09.892Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-15T04:40:09.892Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-15T04:40:09.892Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2c5d1190-261f-42e1-95d8-1046163833bc Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-15T04:40:09.902Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:09.902Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-15T04:40:09.902Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:40:09.903Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:09.903Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-15T04:40:09.903Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9128042c-2fc4-4e09-85f1-77efe70f9374 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:40:09.907Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:09.907Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:40:09.908Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2e2d006b-fd85-4022-904f-334ff96af4dc: basic_vm 2022-06-15T04:40:09.908Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:09.908Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:40:09.908Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:09.908Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:40:09.909Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:09.909Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:40:09.909Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:09.909Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:40:09.909Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:40:09.910Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:40:09.910Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:40:10.065Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm ac1ef396-309a-4384-a8ac-d85751dd96dc 1 ASDC deployResourceStructure 2022-06-15T04:40:10.066Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-06-15T04:40:10.066Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-15T04:40:10.066Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:40:10.066Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:40:10.068Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:40:10.069Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268010066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-15T04:40:10.169Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:40:10.171Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:40:10.171Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:40:10.188Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:40:10.189Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:40:11.070Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-15T04:40:11.071Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-15T04:40:11.071Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:40:11.071Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:40:11.074Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:40:11.075Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268011070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-15T04:40:11.174Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:40:11.176Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:40:11.176Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:40:11.196Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:40:11.197Z||pool-85-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:40:12.075Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-15T04:40:12.077Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-15T04:40:12.077Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:40:12.077Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:40:12.080Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:40:12.080Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268012075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-15T04:40:12.183Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-15T04:40:12.185Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:40:12.185Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:40:12.217Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:40:12.218Z||pool-86-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:40:13.082Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-15T04:40:13.082Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-15T04:40:13.082Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:40:13.083Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:40:13.086Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:40:13.087Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268013081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:40:13.186Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:40:13.187Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:40:13.188Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:40:13.205Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:40:13.206Z||pool-87-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:40:14.088Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: accba2c8-8b38-4969-b1dc-26f4ed1c72d1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:40:14.111Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: accba2c8-8b38-4969-b1dc-26f4ed1c72d1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:40:14.118Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:40:14.118Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-15T04:40:14.118Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-15T04:40:14.118Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-15T04:40:14.118Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:40:14.118Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:40:14.118Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:40:14.118Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:40:14.118Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:40:14.119Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:40:14.119Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:40:14.126Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-15T04:40:44.126Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: accba2c8-8b38-4969-b1dc-26f4ed1c72d1 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-15T04:40:44.138Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: accba2c8-8b38-4969-b1dc-26f4ed1c72d1 and serviceModelVersionId: 2e2d006b-fd85-4022-904f-334ff96af4dc 2022-06-15T04:40:44.139Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f66e29e6-0007-420a-8c03-24c31d541630 2022-06-15T04:40:44.139Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f66e29e6-0007-420a-8c03-24c31d541630/model-vers/model-ver/2e2d006b-fd85-4022-904f-334ff96af4dc?depth=0 2022-06-15T04:40:44.149Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-15T04:40:44.205Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f66e29e6-0007-420a-8c03-24c31d541630/model-vers/model-ver/2e2d006b-fd85-4022-904f-334ff96af4dc?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-15T04:40:44.207Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f66e29e6-0007-420a-8c03-24c31d541630/model-vers/model-ver/2e2d006b-fd85-4022-904f-334ff96af4dc?depth=0|INFO|500||Invoke 2022-06-15T04:40:44.233Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f66e29e6-0007-420a-8c03-24c31d541630/model-vers/model-ver/2e2d006b-fd85-4022-904f-334ff96af4dc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-15T04:40:44.501Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f66e29e6-0007-420a-8c03-24c31d541630/model-vers/model-ver/2e2d006b-fd85-4022-904f-334ff96af4dc?depth=0|INFO|500||InvokeReturn 2022-06-15T04:40:44.502Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f66e29e6-0007-420a-8c03-24c31d541630/model-vers/model-ver/2e2d006b-fd85-4022-904f-334ff96af4dc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220615-04:40:43:914-20409], vertex-id=[245888], Content-Length=[0], Date=[Wed, 15 Jun 2022 04:40:43 GMT], Content-Type=[application/json]} 2022-06-15T04:40:44.503Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-06-15T04:40:44.503Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-15T04:40:44.503Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:40:44.527Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-15T04:40:44.528Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID accba2c8-8b38-4969-b1dc-26f4ed1c72d1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-15T04:40:44.528Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-15T04:40:44.529Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:40:44.532Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:40:44.532Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268044528, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-15T04:40:44.632Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:40:44.633Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:40:44.633Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:40:44.665Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:40:44.665Z||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-06-15T04:40:45.552Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:40:45.553Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:40:45.553Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:40:55.933Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:40:55.934Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:40:55.934Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:40:55.935Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:41:04.409Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:41:04.410Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:41:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:41:04.453Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:41:04.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:41:04.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "02af29f2-7c2e-4b06-a408-e42ea7cc1320", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267938908, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-15T04:41:04.459Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:41:04.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:41:04.459Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:41:04.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:41:04.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:41:04.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-15T04:41:04.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:41:04.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:41:04.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-15T04:41:04.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:41:04.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:41:04.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-15T04:41:04.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:41:04.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-15T04:41:04.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-15T04:41:04.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-15T04:41:05.497Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:41:05.499Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:41:05.499Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:41:05.500Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:41:15.071Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:41:15.071Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:41:15.072Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:41:15.072Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:41:24.656Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:41:24.657Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:41:24.657Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:41:24.657Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:41:34.207Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:41:34.208Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:41:34.209Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:41:34.210Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:41:43.794Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:42:04.404Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:42:04.405Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:42:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:42:04.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:42:04.409Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:42:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:42:04.452Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:42:04.454Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.454Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:42:04.455Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-15T04:42:04.455Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-15T04:42:04.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-15T04:42:04.456Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.456Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:42:04.456Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-15T04:42:04.457Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.457Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:42:04.458Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-15T04:42:04.458Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.458Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267949176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:42:04.476Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:42:04.478Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267952374, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:42:04.491Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:42:04.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267953480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-15T04:42:04.499Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:42:04.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267954587, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-15T04:42:04.499Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:42:04.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267955681, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-15T04:42:04.501Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:42:04.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267956808, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:42:04.502Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:42:04.502Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.502Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267957983, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-15T04:42:04.503Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:42:04.503Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.503Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267958988, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-15T04:42:04.503Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:42:04.504Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.504Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267959992, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-15T04:42:04.504Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:42:04.505Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.505Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267961002, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-15T04:42:04.505Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:42:04.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267962011, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-15T04:42:04.506Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:42:04.506Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.506Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267963021, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:42:04.507Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:42:04.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "eb1ddc14-56e0-4ade-8de1-c4dc018dce0a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267994561, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-15T04:42:04.507Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:42:04.507Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.507Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:42:04.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-15T04:42:04.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-15T04:42:04.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-15T04:42:04.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-15T04:42:04.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-15T04:42:04.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.508Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:42:04.508Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-15T04:42:04.508Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-15T04:42:04.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-15T04:42:04.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:42:04.509Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-15T04:42:04.509Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.509Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655267862202, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:42:04.510Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-15T04:42:04.510Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-15T04:42:04.510Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268003099, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:42:04.510Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:42:13.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:43:04.404Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:43:04.405Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:43:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:43:04.408Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:43:04.409Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:43:04.410Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:43:04.946Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:43:04.947Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-15T04:43:04.947Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268006702, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-15T04:43:04.948Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:43:04.948Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-15T04:43:04.948Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268007770, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-15T04:43:04.948Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:43:04.948Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-15T04:43:04.948Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268008839, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:43:04.949Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:43:04.949Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-15T04:43:04.949Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268010066, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-15T04:43:04.950Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:43:04.950Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-15T04:43:04.950Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268011070, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-15T04:43:04.950Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:43:04.950Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-15T04:43:04.951Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268012075, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-15T04:43:04.951Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:43:04.951Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-15T04:43:04.951Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268013081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:43:04.952Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:43:04.952Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-15T04:43:04.952Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "accba2c8-8b38-4969-b1dc-26f4ed1c72d1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268044528, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-15T04:43:04.952Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:43:14.005Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:44:04.404Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:44:04.404Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:44:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:44:04.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:44:04.409Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:44:04.409Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:44:13.987Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:44:13.987Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:45:04.404Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:45:04.405Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:45:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:45:04.408Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:45:04.409Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:45:04.410Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:45:14.007Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:45:14.014Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:46:04.404Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:46:04.405Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:46:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:46:04.409Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:46:04.409Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:46:04.409Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:46:14.008Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:46:14.011Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:47:04.404Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:47:04.405Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:47:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:47:04.408Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:47:04.410Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:47:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:47:13.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:47:13.965Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:48:04.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:48:04.405Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:48:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:48:04.408Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:48:04.410Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:48:04.411Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:48:14.006Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:48:14.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:49:04.405Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:49:04.406Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:49:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:49:04.409Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:49:04.409Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:49:04.409Z|91aedab7-5298-4124-8ddf-c65d685dd005|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:49:13.981Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:49:13.986Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:04.404Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:50:04.406Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:50:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:04.408Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:50:04.409Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:50:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:04.844Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:04.847Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.847Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "multicloud-k8s-id", "timestamp": 1655268578731, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.848Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.848Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.848Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "cds", "timestamp": 1655268582042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "ves-openapi-manager", "timestamp": 1655268576575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.849Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "aai-ml", "timestamp": 1655268574549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.849Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.849Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "cds", "timestamp": 1655268582042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "multicloud-k8s-id", "timestamp": 1655268578731, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-15T04:50:04.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.850Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "ves-openapi-manager", "timestamp": 1655268576575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.850Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.850Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "aai-ml", "timestamp": 1655268574549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.851Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.851Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.851Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "multicloud-k8s-id", "timestamp": 1655268578731, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-15T04:50:04.852Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.852Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "cds", "timestamp": 1655268582042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.854Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "ves-openapi-manager", "timestamp": 1655268576575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.854Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.854Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.855Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "aai-ml", "timestamp": 1655268574549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.855Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "cds", "timestamp": 1655268582042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.856Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.856Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.856Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "multicloud-k8s-id", "timestamp": 1655268578731, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "ves-openapi-manager", "timestamp": 1655268576575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.857Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.857Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.857Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "aai-ml", "timestamp": 1655268574549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268586634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.858Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "cds", "timestamp": 1655268582042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.858Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.858Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "multicloud-k8s-id", "timestamp": 1655268578731, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-15T04:50:04.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "ves-openapi-manager", "timestamp": 1655268576575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.859Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.859Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.859Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "aai-ml", "timestamp": 1655268574549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268586634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.860Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.860Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "cds", "timestamp": 1655268582042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.860Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.861Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "multicloud-k8s-id", "timestamp": 1655268578731, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-15T04:50:04.861Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.861Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "ves-openapi-manager", "timestamp": 1655268576575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "aai-ml", "timestamp": 1655268574549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.862Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.862Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.862Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268586634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "cds", "timestamp": 1655268582042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.863Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.863Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.863Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "multicloud-k8s-id", "timestamp": 1655268578731, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-15T04:50:04.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "ves-openapi-manager", "timestamp": 1655268576575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.864Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "aai-ml", "timestamp": 1655268574549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.864Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.864Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.865Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268586634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.865Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "cds", "timestamp": 1655268582042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.866Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "multicloud-k8s-id", "timestamp": 1655268578731, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.866Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.866Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "ves-openapi-manager", "timestamp": 1655268576575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "aai-ml", "timestamp": 1655268574549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "clamp", "timestamp": 1655268588880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.867Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.867Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268586634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.867Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "policy-id", "timestamp": 1655268589686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "cds", "timestamp": 1655268582042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.868Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.868Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "multicloud-k8s-id", "timestamp": 1655268578731, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.868Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "ves-openapi-manager", "timestamp": 1655268576575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "aai-ml", "timestamp": 1655268574549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "clamp", "timestamp": 1655268588880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-15T04:50:04.869Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.869Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.869Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268586634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "policy-id", "timestamp": 1655268589686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "cds", "timestamp": 1655268582042, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:50:04.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "multicloud-k8s-id", "timestamp": 1655268578731, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:50:04.870Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.870Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.870Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "ves-openapi-manager", "timestamp": 1655268576575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "aai-ml", "timestamp": 1655268574549, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:50:04.871Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.871Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.871Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "clamp", "timestamp": 1655268588880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268586634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.872Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "policy-id", "timestamp": 1655268589686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-15T04:50:04.872Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.872Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "clamp", "timestamp": 1655268588880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.873Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "multicloud-k8s-id", "timestamp": 1655268593969, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-15T04:50:04.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:50:04.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "cds", "timestamp": 1655268593833, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:50:04.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:50:04.873Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.873Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "aai-ml", "timestamp": 1655268593857, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:50:04.873Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:50:04.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268586634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "policy-id", "timestamp": 1655268589686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.874Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.874Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "clamp", "timestamp": 1655268588880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.874Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268586634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "multicloud-k8s-id", "timestamp": 1655268595049, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-15T04:50:04.875Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:50:04.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.875Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "policy-id", "timestamp": 1655268589686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.875Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.875Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "clamp", "timestamp": 1655268588880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.876Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268586634, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:50:04.876Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "multicloud-k8s-id", "timestamp": 1655268596129, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:50:04.876Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:50:04.876Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.876Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "policy-id", "timestamp": 1655268589686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.877Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.877Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "clamp", "timestamp": 1655268588880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.877Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.877Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.878Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "cds", "timestamp": 1655268596827, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:50:04.913Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 55e278b0-87a8-44b5-8ab1-f28b31c53e32 2022-06-15T04:50:04.914Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55e278b0-87a8-44b5-8ab1-f28b31c53e32 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:50:04.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268597575, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:50:04.932Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:50:04.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "multicloud-k8s-id", "timestamp": 1655268597292, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-15T04:50:04.933Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:50:04.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "policy-id", "timestamp": 1655268589686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "clamp", "timestamp": 1655268588880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "multicloud-k8s-id", "timestamp": 1655268598453, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:50:04.941Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55e278b0-87a8-44b5-8ab1-f28b31c53e32 2022-06-15T04:50:04.942Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55e278b0-87a8-44b5-8ab1-f28b31c53e32 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:50:04.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "policy-id", "timestamp": 1655268589686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "clamp", "timestamp": 1655268588880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "multicloud-k8s-id", "timestamp": 1655268599468, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-15T04:50:04.953Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:50:04.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "policy-id", "timestamp": 1655268589686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:04.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "clamp", "timestamp": 1655268588880, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:50:04.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268600596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:50:04.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:50:04.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "policy-id", "timestamp": 1655268589686, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:50:04.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-15T04:50:04.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268601602, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:50:04.961Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 55e278b0-87a8-44b5-8ab1-f28b31c53e32 2022-06-15T04:50:04.961Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55e278b0-87a8-44b5-8ab1-f28b31c53e32 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:50:04.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "policy-id", "timestamp": 1655268600440, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:50:04.975Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:50:04.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "policy-id", "timestamp": 1655268601445, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:50:04.975Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:50:04.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "clamp", "timestamp": 1655268602260, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:50:04.976Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:50:04.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-15T04:50:04.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "policy-id", "timestamp": 1655268602448, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:50:04.982Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55e278b0-87a8-44b5-8ab1-f28b31c53e32 2022-06-15T04:50:04.983Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55e278b0-87a8-44b5-8ab1-f28b31c53e32 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-15T04:50:05.082Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:05.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-15T04:50:05.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"55e278b0-87a8-44b5-8ab1-f28b31c53e32","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"ae5a1820-c0e7-404e-97f6-743a2f0ffeab","serviceDescription":"service","serviceInvariantUUID":"466b1cd5-f090-4de6-bcaa-299595e4ec57","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"337c31f6-708c-4f29-a4c2-5dd07d505274","resourceInvariantUUID":"92ac72ab-0320-4573-98fd-32ea84000a15","resourceCustomizationUUID":"2eb3fd6d-284b-4a3c-a0af-7939fb62f874","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":"N2FkZmFhNDc5ODY2ZDRjYmZhOGI3NmNiMWEyNGM2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ff88b3af-e681-49ac-a28a-0a8616935534","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":"OTBiNzc2NTI4NzI0NWY4ZDYwNzM3NGJmNjgzZTFhMGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0d696347-b360-48aa-8f80-27d7302dab1a","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":"08117779-30f2-4fa7-af88-f1d7b7a6f317","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":"e10c987c-d2d9-4582-b008-ce85bc36b7f4","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":"f2254ff2-9209-47a6-a69a-96dacee75772","artifactVersion":"2","generatedFromUUID":"d6a2fde8-fce5-45e3-9602-c58402f9aafc"},{"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":"bad1cffe-b93f-4281-9418-18fe963a48aa","artifactVersion":"2","generatedFromUUID":"08117779-30f2-4fa7-af88-f1d7b7a6f317"},{"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":"d6a2fde8-fce5-45e3-9602-c58402f9aafc","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":"5bef990c-ae1a-4f06-8cf3-408880fcf77b","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":"Mzk2ODA2MGVjYTEwNzk4NTZhOTlmYzk2YmE3Zjk3MzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3a023d66-2808-4287-b443-604ec4c45c9e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MGVlOTNlMDQ2N2MxNTNhYjExZDE5MTkxMDRkZmZhYmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8175060e-ca41-471a-a315-a90cce438cc7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-15T04:50:05.086Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:50:05.086Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:05.089Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:05.089Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268604404, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:05.190Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:50:05.191Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:05.191Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:05.242Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:05.243Z||pool-89-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:50:06.090Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:50:06.092Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:06.096Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:06.096Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268604404, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-15T04:50:06.196Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:50:06.198Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:06.198Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:06.232Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:06.232Z||pool-90-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:50:07.097Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:50:07.098Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:07.102Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:07.102Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268604404, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-15T04:50:07.203Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:50:07.204Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:07.204Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:07.226Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:07.227Z||pool-91-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:50:08.104Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:50:08.105Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:08.108Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:08.108Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268604404, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:08.209Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-15T04:50:08.210Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:08.210Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:08.248Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:08.248Z||pool-92-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:50:09.109Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:50:09.111Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:09.114Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:09.114Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268604404, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-15T04:50:09.214Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:50:09.215Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:09.215Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:09.239Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:09.240Z||pool-93-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:50:10.115Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:50:10.117Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:10.120Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:10.120Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268604404, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-15T04:50:10.220Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:50:10.221Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:10.221Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:10.238Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:10.239Z||pool-94-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:50:11.121Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:50:11.122Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:11.126Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:11.126Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268604404, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-15T04:50:11.226Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:50:11.227Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:11.227Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:11.256Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:11.256Z||pool-95-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:50:12.131Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:50:12.131Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:12.135Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:12.135Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268604404, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:12.236Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:50:12.237Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:12.237Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:12.256Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:12.257Z||pool-96-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:50:13.136Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:50:13.138Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:13.142Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:13.142Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268604404, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:50:13.246Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-15T04:50:13.247Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:13.248Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:13.291Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:13.292Z||pool-97-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:50:14.142Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:50:14.143Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:14.146Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:14.146Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268604404, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:50:14.250Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-15T04:50:14.250Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:14.251Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:14.301Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:14.302Z||pool-98-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:50:15.149Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "ae5a1820-c0e7-404e-97f6-743a2f0ffeab", "serviceDescription": "service", "serviceInvariantUUID": "466b1cd5-f090-4de6-bcaa-299595e4ec57", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "2eb3fd6d-284b-4a3c-a0af-7939fb62f874", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "337c31f6-708c-4f29-a4c2-5dd07d505274", "resourceInvariantUUID": "92ac72ab-0320-4573-98fd-32ea84000a15", "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": "OTBiNzc2NTI4NzI0NWY4ZDYwNzM3NGJmNjgzZTFhMGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0d696347-b360-48aa-8f80-27d7302dab1a", "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": "08117779-30f2-4fa7-af88-f1d7b7a6f317", "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": "bad1cffe-b93f-4281-9418-18fe963a48aa", "generatedFromUUID": "08117779-30f2-4fa7-af88-f1d7b7a6f317" }, "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": "f2254ff2-9209-47a6-a69a-96dacee75772", "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": "bad1cffe-b93f-4281-9418-18fe963a48aa", "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": "d6a2fde8-fce5-45e3-9602-c58402f9aafc", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MGVlOTNlMDQ2N2MxNTNhYjExZDE5MTkxMDRkZmZhYmQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8175060e-ca41-471a-a315-a90cce438cc7" } ], "workloadContext": "Production" } 2022-06-15T04:50:15.149Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-15T04:50:15.149Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 ae5a1820-c0e7-404e-97f6-743a2f0ffeab ASDC 2022-06-15T04:50:15.151Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:55e278b0-87a8-44b5-8ab1-f28b31c53e32 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:ae5a1820-c0e7-404e-97f6-743a2f0ffeab ServiceInvariantUUID:466b1cd5-f090-4de6-bcaa-299595e4ec57 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:8175060e-ca41-471a-a315-a90cce438cc7 ArtifactChecksum:MGVlOTNlMDQ2N2MxNTNhYjExZDE5MTkxMDRkZmZhYmQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:2eb3fd6d-284b-4a3c-a0af-7939fb62f874 ResourceInvariantUUID:92ac72ab-0320-4573-98fd-32ea84000a15 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:337c31f6-708c-4f29-a4c2-5dd07d505274 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:0d696347-b360-48aa-8f80-27d7302dab1a ArtifactChecksum:OTBiNzc2NTI4NzI0NWY4ZDYwNzM3NGJmNjgzZTFhMGY= 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:08117779-30f2-4fa7-af88-f1d7b7a6f317 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:bad1cffe-b93f-4281-9418-18fe963a48aa 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:f2254ff2-9209-47a6-a69a-96dacee75772 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:bad1cffe-b93f-4281-9418-18fe963a48aa 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:d6a2fde8-fce5-45e3-9602-c58402f9aafc ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-15T04:50:15.151Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae5a1820-c0e7-404e-97f6-743a2f0ffeab ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-15T04:50:15.217Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-15T04:50:15.218Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-15T04:50:15.219Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-15T04:50:15.219Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8175060e-ca41-471a-a315-a90cce438cc7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-15T04:50:15.219Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-15T04:50:15.219Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-15T04:50:15.350Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-15T04:50:15.361Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 8175060e-ca41-471a-a315-a90cce438cc7 158214 2022-06-15T04:50:15.362Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-15T04:50:15.362Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-15T04:50:15.362Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:50:15.362Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:15.365Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:15.366Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268615362, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:50:15.466Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:50:15.467Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:15.467Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:15.519Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:15.520Z||pool-99-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:50:16.366Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-15T04:50:16.367Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-15T04:50:16.368Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8175060e-ca41-471a-a315-a90cce438cc7, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-15T04:50:16.368Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-06-15T04:50:16.369Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-15T04:50:16.369Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-15T04:50:16.567Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10961418217949357506/Definitions/service-BasicCnfMacro-template.yml 2022-06-15T04:50:18.191Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-15T04:50:18.192Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-15T04:50:18.192Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-15T04:50:18.192Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-15T04:50:18.193Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-15T04:50:18.193Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-15T04:50:18.193Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-15T04:50:18.193Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-15T04:50:18.194Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-15T04:50:18.194Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:18.194Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:50:18.195Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-15T04:50:18.195Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-15T04:50:18.195Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-15T04:50:18.196Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:18.196Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:50:18.196Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-15T04:50:18.197Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-15T04:50:18.197Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-15T04:50:18.197Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:18.198Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:50:18.198Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:18.199Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-15T04:50:18.199Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-06-15T04:50:18.199Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-06-15T04:50:18.200Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-15T04:50:18.200Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:18.200Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-15T04:50:18.201Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:18.201Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-15T04:50:18.201Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:50:18.202Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:18.202Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-15T04:50:18.202Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:50:18.203Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:18.203Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-15T04:50:18.203Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:50:18.203Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:18.203Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-15T04:50:18.204Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:50:18.204Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:18.204Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-15T04:50:18.204Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-06-15T04:50:18.205Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=646a427a-a5fd-4956-9455-d90e1ebc1c53 2022-06-15T04:50:18.205Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:18.205Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:50:18.206Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:18.206Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:50:18.206Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:18.206Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:50:18.206Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:18.207Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:50:18.207Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:ae5a1820-c0e7-404e-97f6-743a2f0ffeab Model Version:NULL Model InvariantUuid:466b1cd5-f090-4de6-bcaa-299595e4ec57 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:092c004f-fbec-4c6b-bc75-4ba80257656b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:92ac72ab-0320-4573-98fd-32ea84000a15 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2eb3fd6d-284b-4a3c-a0af-7939fb62f874 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:98ca93e1-29b7-4301-820d-91df1e4f69e8 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:eac490c8-547d-4c73-bf52-c55c84296162 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:f0011962-3e54-425b-83be-d7347b2b17e4 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:4de7a511-5cd5-4054-96b9-da57600c1435 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:646a427a-a5fd-4956-9455-d90e1ebc1c53 ModelInvariantUuid:698a6e68-cef9-4588-9d8b-9f21ae7a6b33 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:16d3f994-1ca9-4f50-91ff-1da3115d091c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:772f7baa-70dc-4c1e-b6d4-92df41efa6cc ModelInvariantUuid:a88e500b-c7bc-4992-b8f5-fa69845f37b1 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:1f95e8ab-32d3-4765-9afc-41903ce816de ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-15T04:50:18.225Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 337c31f6-708c-4f29-a4c2-5dd07d505274 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:50:18.231Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0 2022-06-15T04:50:18.231Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 337c31f6-708c-4f29-a4c2-5dd07d505274 2022-06-15T04:50:18.231Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0d696347-b360-48aa-8f80-27d7302dab1a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-15T04:50:18.231Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-15T04:50:18.232Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-15T04:50:18.355Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-15T04:50:18.356Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 0d696347-b360-48aa-8f80-27d7302dab1a 1565 2022-06-15T04:50:18.356Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-15T04:50:18.356Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-15T04:50:18.357Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:50:18.357Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:18.361Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:18.361Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268618356, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-15T04:50:18.461Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:50:18.463Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:18.463Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:18.478Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:18.479Z||pool-100-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:50:19.362Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f0011962-3e54-425b-83be-d7347b2b17e4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4de7a511-5cd5-4054-96b9-da57600c1435", "vfModuleModelCustomizationUUID": "aa810efe-0d2d-4add-a9ef-e376f6ff44b3", "isBase": true, "artifacts": [ "08117779-30f2-4fa7-af88-f1d7b7a6f317", "bad1cffe-b93f-4281-9418-18fe963a48aa" ], "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": "98ca93e1-29b7-4301-820d-91df1e4f69e8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eac490c8-547d-4c73-bf52-c55c84296162", "vfModuleModelCustomizationUUID": "b3c3a7c2-f5f5-4530-90b1-9000a90f6580", "isBase": false, "artifacts": [ "d6a2fde8-fce5-45e3-9602-c58402f9aafc" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-15T04:50:19.368Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4de7a511-5cd5-4054-96b9-da57600c1435 VfModuleModelInvariantUUID:f0011962-3e54-425b-83be-d7347b2b17e4 VfModuleModelDescription:NULL Artifacts UUID List:{ 08117779-30f2-4fa7-af88-f1d7b7a6f317 , bad1cffe-b93f-4281-9418-18fe963a48aa } 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:eac490c8-547d-4c73-bf52-c55c84296162 VfModuleModelInvariantUUID:98ca93e1-29b7-4301-820d-91df1e4f69e8 VfModuleModelDescription:NULL Artifacts UUID List:{ d6a2fde8-fce5-45e3-9602-c58402f9aafc } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-15T04:50:19.372Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f0011962-3e54-425b-83be-d7347b2b17e4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4de7a511-5cd5-4054-96b9-da57600c1435", "vfModuleModelCustomizationUUID": "aa810efe-0d2d-4add-a9ef-e376f6ff44b3", "isBase": true, "artifacts": [ "08117779-30f2-4fa7-af88-f1d7b7a6f317", "bad1cffe-b93f-4281-9418-18fe963a48aa" ], "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": "98ca93e1-29b7-4301-820d-91df1e4f69e8", "vfModuleModelVersion": "1", "vfModuleModelUUID": "eac490c8-547d-4c73-bf52-c55c84296162", "vfModuleModelCustomizationUUID": "b3c3a7c2-f5f5-4530-90b1-9000a90f6580", "isBase": false, "artifacts": [ "d6a2fde8-fce5-45e3-9602-c58402f9aafc" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-15T04:50:19.373Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4de7a511-5cd5-4054-96b9-da57600c1435 VfModuleModelInvariantUUID:f0011962-3e54-425b-83be-d7347b2b17e4 VfModuleModelDescription:NULL Artifacts UUID List:{ 08117779-30f2-4fa7-af88-f1d7b7a6f317 , bad1cffe-b93f-4281-9418-18fe963a48aa } 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:eac490c8-547d-4c73-bf52-c55c84296162 VfModuleModelInvariantUUID:98ca93e1-29b7-4301-820d-91df1e4f69e8 VfModuleModelDescription:NULL Artifacts UUID List:{ d6a2fde8-fce5-45e3-9602-c58402f9aafc } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-15T04:50:19.373Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 08117779-30f2-4fa7-af88-f1d7b7a6f317 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-15T04:50:19.373Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-15T04:50:19.373Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-15T04:50:19.470Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-15T04:50:19.471Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 08117779-30f2-4fa7-af88-f1d7b7a6f317 914 2022-06-15T04:50:19.471Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-15T04:50:19.471Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-15T04:50:19.472Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:50:19.472Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:19.475Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:19.475Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268619471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-15T04:50:19.575Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:50:19.576Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:19.576Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:19.600Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:19.601Z||pool-101-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:50:20.476Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f2254ff2-9209-47a6-a69a-96dacee75772 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-15T04:50:20.477Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-15T04:50:20.477Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-15T04:50:20.537Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-15T04:50:20.538Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env f2254ff2-9209-47a6-a69a-96dacee75772 12 2022-06-15T04:50:20.538Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-15T04:50:20.538Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-15T04:50:20.538Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:50:20.538Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:20.540Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:20.541Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268620538, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:50:20.641Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:50:20.642Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:20.642Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:20.657Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:20.658Z||pool-102-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:50:21.541Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bad1cffe-b93f-4281-9418-18fe963a48aa from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-15T04:50:21.542Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-15T04:50:21.542Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-15T04:50:21.643Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-15T04:50:21.643Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env bad1cffe-b93f-4281-9418-18fe963a48aa 96 2022-06-15T04:50:21.644Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-15T04:50:21.644Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-15T04:50:21.644Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:50:21.645Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:21.648Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:21.648Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268621644, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:50:21.747Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:50:21.749Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:21.749Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:21.774Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:21.775Z||pool-103-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:50:22.648Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d6a2fde8-fce5-45e3-9602-c58402f9aafc from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-15T04:50:22.649Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-15T04:50:22.651Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-15T04:50:22.809Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-15T04:50:22.812Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz d6a2fde8-fce5-45e3-9602-c58402f9aafc 20206 2022-06-15T04:50:22.813Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-15T04:50:22.814Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-15T04:50:22.814Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:50:22.814Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:22.817Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:22.817Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268622813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-15T04:50:22.921Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-15T04:50:22.922Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:22.922Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:22.986Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:22.986Z||pool-104-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:50:23.828Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ae5a1820-c0e7-404e-97f6-743a2f0ffeab 2022-06-15T04:50:23.831Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 337c31f6-708c-4f29-a4c2-5dd07d505274 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:50:23.854Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32e1bd8, org.onap.sdc.toscaparser.api.parameters.Input@256c989c, org.onap.sdc.toscaparser.api.parameters.Input@50a84085, org.onap.sdc.toscaparser.api.parameters.Input@5ff0f602, org.onap.sdc.toscaparser.api.parameters.Input@2cf3c6ff] 2022-06-15T04:50:23.857Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:23.858Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:50:23.858Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-06-15T04:50:23.858Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2eb3fd6d-284b-4a3c-a0af-7939fb62f874 2022-06-15T04:50:23.858Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2eb3fd6d-284b-4a3c-a0af-7939fb62f874 matches Tosca VF Customization UUID: 2eb3fd6d-284b-4a3c-a0af-7939fb62f874 2022-06-15T04:50:23.858Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2eb3fd6d-284b-4a3c-a0af-7939fb62f874 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-15T04:50:23.863Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:23.864Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:50:23.865Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2eb3fd6d-284b-4a3c-a0af-7939fb62f874: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-06-15T04:50:23.865Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@27bc63cb 2022-06-15T04:50:23.866Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:23.866Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-15T04:50:23.866Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b3c3a7c2-f5f5-4530-90b1-9000a90f6580 2022-06-15T04:50:23.866Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b3c3a7c2-f5f5-4530-90b1-9000a90f6580 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-15T04:50:23.873Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:23.874Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-15T04:50:23.874Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:50:23.875Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:23.875Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-15T04:50:23.875Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:50:23.875Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:23.875Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-15T04:50:23.876Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2eb3fd6d-284b-4a3c-a0af-7939fb62f874 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:50:23.879Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:23.879Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:50:23.879Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ae5a1820-c0e7-404e-97f6-743a2f0ffeab: basic_cnf_macro 2022-06-15T04:50:23.879Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:23.880Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:50:23.880Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:23.880Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:50:23.880Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:23.880Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:50:23.881Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:23.881Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:50:23.881Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:50:23.881Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:50:23.882Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:50:24.012Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 337c31f6-708c-4f29-a4c2-5dd07d505274 2 ASDC deployResourceStructure 2022-06-15T04:50:24.013Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-15T04:50:24.014Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-15T04:50:24.014Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:50:24.014Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:24.017Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:24.018Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268624013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-15T04:50:24.118Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:50:24.120Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:24.120Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:24.170Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:24.171Z||pool-105-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:50:25.019Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-15T04:50:25.020Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-15T04:50:25.020Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:50:25.021Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:25.023Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:25.024Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268625019, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-15T04:50:25.124Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:50:25.125Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:25.125Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:25.264Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:25.265Z||pool-106-thread-1|||||INFO|500||cambria reply ok (141 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:50:26.025Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-15T04:50:26.026Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-06-15T04:50:26.026Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-15T04:50:26.027Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:26.030Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:26.030Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268626025, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-15T04:50:26.130Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:50:26.131Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:26.131Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:26.147Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:26.148Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:50:27.031Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-15T04:50:27.033Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-15T04:50:27.033Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:50:27.034Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:27.037Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:27.037Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268627031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-15T04:50:27.137Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:50:27.138Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:27.138Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:27.166Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:27.167Z||pool-108-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:50:28.039Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-15T04:50:28.039Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-15T04:50:28.040Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-15T04:50:28.040Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:28.042Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:28.043Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268628038, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-15T04:50:28.143Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:50:28.144Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:28.144Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:28.168Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:28.169Z||pool-109-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:50:29.044Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-15T04:50:29.046Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-15T04:50:29.046Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:50:29.047Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:50:29.051Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:50:29.051Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268629044, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:50:29.152Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:50:29.153Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:50:29.153Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:50:29.179Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:50:29.180Z||pool-110-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:50:30.052Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e278b0-87a8-44b5-8ab1-f28b31c53e32 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:50:30.084Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e278b0-87a8-44b5-8ab1-f28b31c53e32 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:50:30.088Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:50:30.089Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-15T04:50:30.089Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-15T04:51:00.089Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e278b0-87a8-44b5-8ab1-f28b31c53e32 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:51:00.108Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e278b0-87a8-44b5-8ab1-f28b31c53e32 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:51:00.111Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:51:00.112Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-15T04:51:00.112Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-15T04:51:04.409Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:51:04.410Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:51:04.411Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:51:04.495Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:51:04.495Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-15T04:51:04.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "aai-ml", "timestamp": 1655268604244, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:51:04.496Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:51:30.113Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e278b0-87a8-44b5-8ab1-f28b31c53e32 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:51:30.135Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e278b0-87a8-44b5-8ab1-f28b31c53e32 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:51:30.154Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:51:30.157Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-15T04:51:30.157Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-15T04:52:00.158Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e278b0-87a8-44b5-8ab1-f28b31c53e32 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:52:00.173Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e278b0-87a8-44b5-8ab1-f28b31c53e32 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:52:00.177Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:52:00.178Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-15T04:52:00.178Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-15T04:52:04.409Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:52:04.410Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:52:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:52:04.485Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:52:04.486Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:52:04.486Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268604404, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:52:04.487Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:52:30.178Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e278b0-87a8-44b5-8ab1-f28b31c53e32 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:52:30.200Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e278b0-87a8-44b5-8ab1-f28b31c53e32 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:52:30.207Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:52:30.208Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-15T04:52:30.209Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-15T04:53:00.210Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e278b0-87a8-44b5-8ab1-f28b31c53e32 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:53:00.223Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e278b0-87a8-44b5-8ab1-f28b31c53e32 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:53:00.227Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:53:00.227Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-15T04:53:00.228Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-15T04:53:04.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:53:04.409Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:53:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:53:04.456Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:53:04.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:04.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "aai-ml", "timestamp": 1655268605248, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:53:04.985Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 55e278b0-87a8-44b5-8ab1-f28b31c53e32 2022-06-15T04:53:04.986Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55e278b0-87a8-44b5-8ab1-f28b31c53e32 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:53:05.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268604404, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-15T04:53:05.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268604404, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-15T04:53:05.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268604404, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.003Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "clamp", "timestamp": 1655268607264, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:53:05.003Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268604404, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-15T04:53:05.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "clamp", "timestamp": 1655268608268, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:53:05.014Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 55e278b0-87a8-44b5-8ab1-f28b31c53e32 2022-06-15T04:53:05.014Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55e278b0-87a8-44b5-8ab1-f28b31c53e32 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:53:05.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268604404, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-15T04:53:05.031Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268604404, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-15T04:53:05.032Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.032Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.032Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268604404, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.033Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.033Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268604404, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.033Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268604404, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:53:05.034Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268615362, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:53:05.035Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "cds", "timestamp": 1655268612042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.035Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.035Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "policy-id", "timestamp": 1655268609686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.035Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "aai-ml", "timestamp": 1655268606251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.036Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.036Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "cds", "timestamp": 1655268612042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.036Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.036Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268616634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.037Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "policy-id", "timestamp": 1655268609686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "aai-ml", "timestamp": 1655268606251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.038Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "ves-openapi-manager", "timestamp": 1655268616575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.038Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.038Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "cds", "timestamp": 1655268612042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268616634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.039Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.039Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "policy-id", "timestamp": 1655268609686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-15T04:53:05.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268618356, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-15T04:53:05.040Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "aai-ml", "timestamp": 1655268606251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "ves-openapi-manager", "timestamp": 1655268616575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "cds", "timestamp": 1655268612042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268616634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "policy-id", "timestamp": 1655268609686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "aai-ml", "timestamp": 1655268606251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268619471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-15T04:53:05.042Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "multicloud-k8s-id", "timestamp": 1655268618732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "ves-openapi-manager", "timestamp": 1655268616575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "cds", "timestamp": 1655268612042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268616634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "policy-id", "timestamp": 1655268609686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "aai-ml", "timestamp": 1655268606251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268620538, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:53:05.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "multicloud-k8s-id", "timestamp": 1655268618732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-15T04:53:05.044Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "ves-openapi-manager", "timestamp": 1655268616575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "clamp", "timestamp": 1655268618880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "cds", "timestamp": 1655268612042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "policy-id", "timestamp": 1655268609686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268616634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "aai-ml", "timestamp": 1655268606251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268621644, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:53:05.047Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "multicloud-k8s-id", "timestamp": 1655268618732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-15T04:53:05.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "ves-openapi-manager", "timestamp": 1655268616575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "clamp", "timestamp": 1655268618880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-15T04:53:05.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "cds", "timestamp": 1655268612042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268616634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "policy-id", "timestamp": 1655268609686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "aai-ml", "timestamp": 1655268606251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "multicloud-k8s-id", "timestamp": 1655268618732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268622813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-15T04:53:05.050Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "ves-openapi-manager", "timestamp": 1655268616575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "clamp", "timestamp": 1655268618880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "cds", "timestamp": 1655268612042, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:53:05.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268616634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "policy-id", "timestamp": 1655268609686, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:53:05.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "aai-ml", "timestamp": 1655268606251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:53:05.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "multicloud-k8s-id", "timestamp": 1655268618732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-15T04:53:05.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268624013, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-15T04:53:05.053Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "ves-openapi-manager", "timestamp": 1655268616575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "clamp", "timestamp": 1655268618880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268616634, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:53:05.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "cds", "timestamp": 1655268624159, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:53:05.056Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "aai-ml", "timestamp": 1655268624181, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:53:05.056Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "policy-id", "timestamp": 1655268623104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:53:05.057Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "multicloud-k8s-id", "timestamp": 1655268618732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "ves-openapi-manager", "timestamp": 1655268616575, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268625019, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-15T04:53:05.058Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "clamp", "timestamp": 1655268618880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268625520, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:53:05.059Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "policy-id", "timestamp": 1655268624107, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:53:05.059Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "multicloud-k8s-id", "timestamp": 1655268618732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.059Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "cds", "timestamp": 1655268625479, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:53:05.074Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2643e520-2cc4-48df-a803-ee745b1a0669 2022-06-15T04:53:05.074Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2643e520-2cc4-48df-a803-ee745b1a0669 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:53:05.086Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.086Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268626025, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-15T04:53:05.087Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "clamp", "timestamp": 1655268618880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.087Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.087Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.087Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "policy-id", "timestamp": 1655268625110, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:53:05.094Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2643e520-2cc4-48df-a803-ee745b1a0669 2022-06-15T04:53:05.094Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2643e520-2cc4-48df-a803-ee745b1a0669 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:53:05.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "multicloud-k8s-id", "timestamp": 1655268618732, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:53:05.109Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268627031, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-15T04:53:05.109Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.109Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.109Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "clamp", "timestamp": 1655268618880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.110Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "multicloud-k8s-id", "timestamp": 1655268627516, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-15T04:53:05.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268628038, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-15T04:53:05.110Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.110Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.110Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "clamp", "timestamp": 1655268618880, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:53:05.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "cds", "timestamp": 1655268627042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.111Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.111Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.111Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268628803, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:53:05.111Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "multicloud-k8s-id", "timestamp": 1655268628601, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-15T04:53:05.112Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268629044, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:53:05.113Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "cds", "timestamp": 1655268627042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268629808, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:53:05.121Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2643e520-2cc4-48df-a803-ee745b1a0669 2022-06-15T04:53:05.121Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2643e520-2cc4-48df-a803-ee745b1a0669 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:53:05.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "multicloud-k8s-id", "timestamp": 1655268629658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:53:05.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "cds", "timestamp": 1655268627042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "multicloud-k8s-id", "timestamp": 1655268630683, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:53:05.139Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2643e520-2cc4-48df-a803-ee745b1a0669 2022-06-15T04:53:05.140Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2643e520-2cc4-48df-a803-ee745b1a0669 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-15T04:53:05.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "cds", "timestamp": 1655268627042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "policy-id", "timestamp": 1655268629686, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "multicloud-k8s-id", "timestamp": 1655268631688, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-15T04:53:05.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "cds", "timestamp": 1655268627042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.151Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "policy-id", "timestamp": 1655268629686, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.151Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "aai-ml", "timestamp": 1655268632709, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:53:05.152Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "cds", "timestamp": 1655268627042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.152Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "policy-id", "timestamp": 1655268629686, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.153Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.153Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "aai-ml", "timestamp": 1655268633713, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:53:05.160Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2643e520-2cc4-48df-a803-ee745b1a0669 2022-06-15T04:53:05.160Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2643e520-2cc4-48df-a803-ee745b1a0669 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:53:05.172Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.172Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "cds", "timestamp": 1655268627042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "policy-id", "timestamp": 1655268629686, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "cds", "timestamp": 1655268627042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "aai-ml", "timestamp": 1655268634716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "policy-id", "timestamp": 1655268629686, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "cds", "timestamp": 1655268627042, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:53:05.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "aai-ml", "timestamp": 1655268634716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "policy-id", "timestamp": 1655268629686, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "cds", "timestamp": 1655268636974, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:53:05.179Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "aai-ml", "timestamp": 1655268634716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "ves-openapi-manager", "timestamp": 1655268636576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.182Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "policy-id", "timestamp": 1655268629686, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.182Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "cds", "timestamp": 1655268638260, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:53:05.205Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8d0c0725-5fa0-4337-834e-bbc58d7b8442 2022-06-15T04:53:05.205Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0c0725-5fa0-4337-834e-bbc58d7b8442 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:53:05.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "aai-ml", "timestamp": 1655268634716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.216Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "policy-id", "timestamp": 1655268629686, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.217Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.217Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.217Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "ves-openapi-manager", "timestamp": 1655268636576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "multicloud-k8s-id", "timestamp": 1655268638731, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.218Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.218Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.218Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "aai-ml", "timestamp": 1655268634716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "policy-id", "timestamp": 1655268629686, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:53:05.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "ves-openapi-manager", "timestamp": 1655268636576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.219Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.219Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.219Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "multicloud-k8s-id", "timestamp": 1655268638731, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "clamp", "timestamp": 1655268639264, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:53:05.220Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "aai-ml", "timestamp": 1655268634716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.220Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.220Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.220Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "ves-openapi-manager", "timestamp": 1655268636576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "policy-id", "timestamp": 1655268639452, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:53:05.221Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "multicloud-k8s-id", "timestamp": 1655268638731, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.221Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.221Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "aai-ml", "timestamp": 1655268634716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "ves-openapi-manager", "timestamp": 1655268636576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.222Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.222Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "policy-id", "timestamp": 1655268640456, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:53:05.222Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "multicloud-k8s-id", "timestamp": 1655268638731, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "clamp", "timestamp": 1655268641268, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:53:05.223Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "aai-ml", "timestamp": 1655268634716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "ves-openapi-manager", "timestamp": 1655268636576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "policy-id", "timestamp": 1655268641459, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:53:05.233Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8d0c0725-5fa0-4337-834e-bbc58d7b8442 2022-06-15T04:53:05.233Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0c0725-5fa0-4337-834e-bbc58d7b8442 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:53:05.247Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.247Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "multicloud-k8s-id", "timestamp": 1655268638731, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.248Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.248Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.248Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "clamp", "timestamp": 1655268642274, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:53:05.255Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2643e520-2cc4-48df-a803-ee745b1a0669 2022-06-15T04:53:05.256Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2643e520-2cc4-48df-a803-ee745b1a0669 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:53:05.273Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.273Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "aai-ml", "timestamp": 1655268634716, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:53:05.274Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.274Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "ves-openapi-manager", "timestamp": 1655268636576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-15T04:53:05.274Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.274Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "multicloud-k8s-id", "timestamp": 1655268638731, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.275Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "clamp", "timestamp": 1655268618880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.275Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.276Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "aai-ml", "timestamp": 1655268644553, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:53:05.276Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.276Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "ves-openapi-manager", "timestamp": 1655268636576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.277Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.277Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "multicloud-k8s-id", "timestamp": 1655268638731, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.277Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "clamp", "timestamp": 1655268618880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.278Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "ves-openapi-manager", "timestamp": 1655268636576, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.278Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "multicloud-k8s-id", "timestamp": 1655268638731, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.279Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "clamp", "timestamp": 1655268618880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.279Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "ves-openapi-manager", "timestamp": 1655268646481, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-15T04:53:05.280Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268646634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.281Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "multicloud-k8s-id", "timestamp": 1655268638731, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:53:05.281Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.281Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "clamp", "timestamp": 1655268618880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.282Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.282Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.282Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268646634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.283Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.283Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.283Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "ves-openapi-manager", "timestamp": 1655268647528, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-15T04:53:05.283Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.284Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "clamp", "timestamp": 1655268618880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.284Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.284Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268646634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.285Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.285Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.285Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "ves-openapi-manager", "timestamp": 1655268648531, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:53:05.291Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 8d0c0725-5fa0-4337-834e-bbc58d7b8442 2022-06-15T04:53:05.292Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0c0725-5fa0-4337-834e-bbc58d7b8442 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:53:05.317Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "clamp", "timestamp": 1655268618880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.318Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.318Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.318Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268646634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "clamp", "timestamp": 1655268618880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.319Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.319Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.319Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "aai-ml", "timestamp": 1655268650472, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:53:05.320Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268646634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.320Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.320Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.320Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "clamp", "timestamp": 1655268618880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.321Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.321Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.321Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "aai-ml", "timestamp": 1655268651477, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:53:05.331Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8d0c0725-5fa0-4337-834e-bbc58d7b8442 2022-06-15T04:53:05.332Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0c0725-5fa0-4337-834e-bbc58d7b8442 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:53:05.346Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.346Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268646634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.347Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "clamp", "timestamp": 1655268618880, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:53:05.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268646634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268646634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:53:05.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268646634, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:53:05.351Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:53:05.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "clamp", "timestamp": 1655268654267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:53:05.352Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.353Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268656475, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:53:05.353Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.353Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.354Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "clamp", "timestamp": 1655268656276, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:53:05.354Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.354Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.355Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "clamp", "timestamp": 1655268657279, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:53:05.363Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8d0c0725-5fa0-4337-834e-bbc58d7b8442 2022-06-15T04:53:05.363Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0c0725-5fa0-4337-834e-bbc58d7b8442 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:53:05.377Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.377Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268659028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:53:05.378Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:53:05.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:53:05.379Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655268660034, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:53:05.386Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8d0c0725-5fa0-4337-834e-bbc58d7b8442 2022-06-15T04:53:05.387Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8d0c0725-5fa0-4337-834e-bbc58d7b8442 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:53:30.228Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55e278b0-87a8-44b5-8ab1-f28b31c53e32 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:53:30.243Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55e278b0-87a8-44b5-8ab1-f28b31c53e32 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:53:30.248Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:53:30.249Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-15T04:53:30.249Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-15T04:53:30.250Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-15T04:53:30.250Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:53:30.250Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:53:30.251Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:53:30.251Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:53:30.251Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:53:30.251Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:53:30.251Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:53:30.259Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-15T04:54:00.260Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55e278b0-87a8-44b5-8ab1-f28b31c53e32 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-15T04:54:00.268Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55e278b0-87a8-44b5-8ab1-f28b31c53e32 and serviceModelVersionId: ae5a1820-c0e7-404e-97f6-743a2f0ffeab 2022-06-15T04:54:00.268Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 466b1cd5-f090-4de6-bcaa-299595e4ec57 2022-06-15T04:54:00.270Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/466b1cd5-f090-4de6-bcaa-299595e4ec57/model-vers/model-ver/ae5a1820-c0e7-404e-97f6-743a2f0ffeab?depth=0 2022-06-15T04:54:00.280Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-06-15T04:54:00.371Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/466b1cd5-f090-4de6-bcaa-299595e4ec57/model-vers/model-ver/ae5a1820-c0e7-404e-97f6-743a2f0ffeab?depth=0|INFO|500||Invoke 2022-06-15T04:54:00.372Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/466b1cd5-f090-4de6-bcaa-299595e4ec57/model-vers/model-ver/ae5a1820-c0e7-404e-97f6-743a2f0ffeab?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/466b1cd5-f090-4de6-bcaa-299595e4ec57/model-vers/model-ver/ae5a1820-c0e7-404e-97f6-743a2f0ffeab?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[55e278b0-87a8-44b5-8ab1-f28b31c53e32], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c65a61f2-8a6f-436e-a24d-8b985feebbed], X-ECOMP-RequestID=[55e278b0-87a8-44b5-8ab1-f28b31c53e32], X-TransactionId=[], X-ONAP-RequestID=[55e278b0-87a8-44b5-8ab1-f28b31c53e32], Content-Type=[application/merge-patch+json]} 2022-06-15T04:54:00.407Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/466b1cd5-f090-4de6-bcaa-299595e4ec57/model-vers/model-ver/ae5a1820-c0e7-404e-97f6-743a2f0ffeab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-15T04:54:00.552Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/466b1cd5-f090-4de6-bcaa-299595e4ec57/model-vers/model-ver/ae5a1820-c0e7-404e-97f6-743a2f0ffeab?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/466b1cd5-f090-4de6-bcaa-299595e4ec57/model-vers/model-ver/ae5a1820-c0e7-404e-97f6-743a2f0ffeab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220615-04:54:00:084-747], vertex-id=[250024], Content-Length=[0], Date=[Wed, 15 Jun 2022 04:54:00 GMT], Content-Type=[application/json]} 2022-06-15T04:54:00.552Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/466b1cd5-f090-4de6-bcaa-299595e4ec57/model-vers/model-ver/ae5a1820-c0e7-404e-97f6-743a2f0ffeab?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-15T04:54:00.553Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/466b1cd5-f090-4de6-bcaa-299595e4ec57/model-vers/model-ver/ae5a1820-c0e7-404e-97f6-743a2f0ffeab?depth=0|INFO|500||InvokeReturn 2022-06-15T04:54:00.554Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-15T04:54:00.554Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:54:00.566Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-15T04:54:00.566Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55e278b0-87a8-44b5-8ab1-f28b31c53e32 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-15T04:54:00.567Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-15T04:54:00.567Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:00.570Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:00.571Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268840566, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-15T04:54:00.670Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:54:00.672Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:00.672Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:00.698Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:00.700Z||pool-111-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-15T04:54:01.591Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:54:01.592Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:54:01.592Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:04.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:54:04.409Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:54:04.409Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:05.067Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:05.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:54:05.068Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "55e278b0-87a8-44b5-8ab1-f28b31c53e32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268840566, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-15T04:54:05.069Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:54:06.098Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:06.099Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-15T04:54:06.099Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2643e520-2cc4-48df-a803-ee745b1a0669","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"d9ead944-69fd-420b-b4df-aded9297e8ed","serviceDescription":"service","serviceInvariantUUID":"268279cc-37b7-4d81-afc4-6eb3db9484d0","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bfec8990-22b2-4f73-b877-c8b3821cc43e","resourceInvariantUUID":"0189bf28-8e61-4088-9a80-a645e0c75a42","resourceCustomizationUUID":"7bfd5375-2416-4801-806b-bb0c6661530d","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":"Y2U5ODQwOWE5MzUxMjFmZTJkMDQwNjZlZjgyYjkwZjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"34504316-8e38-4af9-be44-f7a332be7b9d","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":"MTk0ZGEwOGY4NDJlNTIxOWFiYjAzNjIyMWVlYjI4N2U\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2149c49a-2ffe-4a54-9238-f5619f6722db","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":"bd24aaf8-aae1-4e6e-8fc3-d11cfa4165f2","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":"d0d4c0e1-76d5-46fe-a3c5-dd0714979eff","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":"adf87029-d23f-4220-8286-1efedfa92cfa","artifactVersion":"2","generatedFromUUID":"bd24aaf8-aae1-4e6e-8fc3-d11cfa4165f2"},{"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":"NTdkN2I4YWM2MDFmZGM5ZjczM2U2ZDg4YWEzOWFhZjY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7134c5aa-6bc7-49bf-8dbc-b4da26f90696","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":"OGU5OGViZGMwMjU4MTM5MzRlNjI1Mjg1YzVlZDk5ZjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6c835a47-1beb-49aa-9b43-7d942852f50f","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZmY0MmM0ZTYzMGFiNGI1YzM2ZDY4YWM3MGY1ODY1YjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"970efa76-d233-4a70-8ec8-6184bf4243f0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-15T04:54:06.103Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:54:06.103Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:06.107Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:06.108Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:54:06.207Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-15T04:54:06.208Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:06.208Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:06.245Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:06.246Z||pool-112-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:54:07.110Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:54:07.110Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:07.115Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:07.115Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-15T04:54:07.214Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:54:07.216Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:07.216Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:07.258Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:07.259Z||pool-113-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:54:08.116Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:54:08.117Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:08.120Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:08.120Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-15T04:54:08.220Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:54:08.222Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:08.222Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:08.243Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:08.244Z||pool-114-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:54:09.121Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:54:09.122Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:09.126Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:09.126Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:54:09.225Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:54:09.226Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:09.226Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:09.292Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:09.292Z||pool-115-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:54:10.128Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:54:10.129Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:10.133Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:10.134Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-15T04:54:10.233Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-15T04:54:10.234Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:10.234Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:10.250Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:10.250Z||pool-116-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:54:11.135Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:54:11.136Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:11.139Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:11.139Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:54:11.239Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:54:11.240Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:11.240Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:11.263Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:11.263Z||pool-117-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:54:12.140Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:54:12.140Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:12.144Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:12.145Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:54:12.244Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:54:12.245Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:12.245Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:12.273Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:12.274Z||pool-118-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:54:13.147Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:54:13.147Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:13.150Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:13.151Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:54:13.250Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:54:13.251Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:13.251Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:13.313Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:13.314Z||pool-119-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:54:14.152Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "d9ead944-69fd-420b-b4df-aded9297e8ed", "serviceDescription": "service", "serviceInvariantUUID": "268279cc-37b7-4d81-afc4-6eb3db9484d0", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "7bfd5375-2416-4801-806b-bb0c6661530d", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "bfec8990-22b2-4f73-b877-c8b3821cc43e", "resourceInvariantUUID": "0189bf28-8e61-4088-9a80-a645e0c75a42", "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": "MTk0ZGEwOGY4NDJlNTIxOWFiYjAzNjIyMWVlYjI4N2U\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2149c49a-2ffe-4a54-9238-f5619f6722db", "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": "bd24aaf8-aae1-4e6e-8fc3-d11cfa4165f2", "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": "adf87029-d23f-4220-8286-1efedfa92cfa", "generatedFromUUID": "bd24aaf8-aae1-4e6e-8fc3-d11cfa4165f2" }, "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": "adf87029-d23f-4220-8286-1efedfa92cfa", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZmY0MmM0ZTYzMGFiNGI1YzM2ZDY4YWM3MGY1ODY1YjA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "970efa76-d233-4a70-8ec8-6184bf4243f0" } ], "workloadContext": "Production" } 2022-06-15T04:54:14.152Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-15T04:54:14.152Z|55e278b0-87a8-44b5-8ab1-f28b31c53e32|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d9ead944-69fd-420b-b4df-aded9297e8ed ASDC 2022-06-15T04:54:14.154Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:2643e520-2cc4-48df-a803-ee745b1a0669 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:d9ead944-69fd-420b-b4df-aded9297e8ed ServiceInvariantUUID:268279cc-37b7-4d81-afc4-6eb3db9484d0 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:970efa76-d233-4a70-8ec8-6184bf4243f0 ArtifactChecksum:ZmY0MmM0ZTYzMGFiNGI1YzM2ZDY4YWM3MGY1ODY1YjA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:7bfd5375-2416-4801-806b-bb0c6661530d ResourceInvariantUUID:0189bf28-8e61-4088-9a80-a645e0c75a42 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:bfec8990-22b2-4f73-b877-c8b3821cc43e 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:2149c49a-2ffe-4a54-9238-f5619f6722db ArtifactChecksum:MTk0ZGEwOGY4NDJlNTIxOWFiYjAzNjIyMWVlYjI4N2U= 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:bd24aaf8-aae1-4e6e-8fc3-d11cfa4165f2 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:adf87029-d23f-4220-8286-1efedfa92cfa 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:adf87029-d23f-4220-8286-1efedfa92cfa ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-15T04:54:14.154Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d9ead944-69fd-420b-b4df-aded9297e8ed ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-15T04:54:14.606Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-15T04:54:14.607Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-15T04:54:14.607Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-15T04:54:14.607Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 970efa76-d233-4a70-8ec8-6184bf4243f0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-15T04:54:14.607Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-15T04:54:14.607Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-15T04:54:14.903Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-15T04:54:14.908Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 970efa76-d233-4a70-8ec8-6184bf4243f0 78815 2022-06-15T04:54:14.908Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-15T04:54:14.909Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-15T04:54:14.909Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:54:14.909Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:14.914Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:14.914Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268854908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:54:15.014Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:54:15.015Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:15.015Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:15.051Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:15.052Z||pool-120-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:54:15.916Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-15T04:54:15.917Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-15T04:54:15.917Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 970efa76-d233-4a70-8ec8-6184bf4243f0, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-15T04:54:15.918Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-06-15T04:54:15.918Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-15T04:54:15.918Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-15T04:54:16.128Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9606018324345399807/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-15T04:54:17.994Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-15T04:54:17.995Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-15T04:54:17.995Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-15T04:54:17.996Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-15T04:54:17.996Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-15T04:54:17.996Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-15T04:54:17.996Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-15T04:54:17.996Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-15T04:54:17.996Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-15T04:54:17.997Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-15T04:54:17.997Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-15T04:54:17.997Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-15T04:54:17.997Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-15T04:54:17.997Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-15T04:54:17.998Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:17.998Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:54:17.998Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-15T04:54:17.999Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-15T04:54:17.999Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-15T04:54:17.999Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:17.999Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:54:17.999Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-15T04:54:17.999Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-15T04:54:18.000Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-15T04:54:18.000Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:18.000Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:54:18.000Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:18.001Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-15T04:54:18.001Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-15T04:54:18.001Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-15T04:54:18.001Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-15T04:54:18.002Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-15T04:54:18.002Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-15T04:54:18.002Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:18.002Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-15T04:54:18.003Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:18.003Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-15T04:54:18.003Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:54:18.004Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:18.004Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-15T04:54:18.004Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:54:18.004Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:18.005Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-15T04:54:18.005Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:54:18.005Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:18.005Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-15T04:54:18.006Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-15T04:54:18.006Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-15T04:54:18.006Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9cd2788f-1958-4a50-a27e-5b4adab70b84 2022-06-15T04:54:18.006Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:18.007Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:54:18.007Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:18.007Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:54:18.008Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:18.008Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:54:18.008Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:18.008Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:54:18.009Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:d9ead944-69fd-420b-b4df-aded9297e8ed Model Version:NULL Model InvariantUuid:268279cc-37b7-4d81-afc4-6eb3db9484d0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:392e8a52-0df0-4ab8-8a1f-4b07fcbb91a8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0189bf28-8e61-4088-9a80-a645e0c75a42 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7bfd5375-2416-4801-806b-bb0c6661530d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2555c21f-c784-41d9-9ab1-1e2d8bf94520 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:3b9bc89a-58ba-449f-bb47-aa685662847e ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9cd2788f-1958-4a50-a27e-5b4adab70b84 ModelInvariantUuid:246d2905-4725-452d-b21a-58d1e4c6d8c0 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:90c91987-4a90-4476-8bb3-ce7a11cec6a6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:fa3a2324-00be-4e43-a829-ace700fce2ab ModelInvariantUuid:38964b1f-cc25-4f75-b15a-13fbe8a88b81 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:24d28080-fe2c-4b59-b635-38fea24c5c0b ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-15T04:54:18.021Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: bfec8990-22b2-4f73-b877-c8b3821cc43e Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:54:18.025Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2022-06-15T04:54:18.025Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bfec8990-22b2-4f73-b877-c8b3821cc43e 2022-06-15T04:54:18.026Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2149c49a-2ffe-4a54-9238-f5619f6722db from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-15T04:54:18.026Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-15T04:54:18.026Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-15T04:54:18.122Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-15T04:54:18.122Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2149c49a-2ffe-4a54-9238-f5619f6722db 792 2022-06-15T04:54:18.123Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-06-15T04:54:18.123Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-15T04:54:18.123Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:54:18.123Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:18.126Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:18.126Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268858123, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-15T04:54:18.226Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:54:18.227Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:18.228Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:18.244Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:18.245Z||pool-121-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:54:19.127Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2555c21f-c784-41d9-9ab1-1e2d8bf94520", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3b9bc89a-58ba-449f-bb47-aa685662847e", "vfModuleModelCustomizationUUID": "5212aae7-b600-47ca-bff1-f7ceffb1121b", "isBase": true, "artifacts": [ "bd24aaf8-aae1-4e6e-8fc3-d11cfa4165f2", "adf87029-d23f-4220-8286-1efedfa92cfa" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-15T04:54:19.131Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3b9bc89a-58ba-449f-bb47-aa685662847e VfModuleModelInvariantUUID:2555c21f-c784-41d9-9ab1-1e2d8bf94520 VfModuleModelDescription:NULL Artifacts UUID List:{ bd24aaf8-aae1-4e6e-8fc3-d11cfa4165f2 , adf87029-d23f-4220-8286-1efedfa92cfa } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-15T04:54:19.133Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2555c21f-c784-41d9-9ab1-1e2d8bf94520", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3b9bc89a-58ba-449f-bb47-aa685662847e", "vfModuleModelCustomizationUUID": "5212aae7-b600-47ca-bff1-f7ceffb1121b", "isBase": true, "artifacts": [ "bd24aaf8-aae1-4e6e-8fc3-d11cfa4165f2", "adf87029-d23f-4220-8286-1efedfa92cfa" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-15T04:54:19.133Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3b9bc89a-58ba-449f-bb47-aa685662847e VfModuleModelInvariantUUID:2555c21f-c784-41d9-9ab1-1e2d8bf94520 VfModuleModelDescription:NULL Artifacts UUID List:{ bd24aaf8-aae1-4e6e-8fc3-d11cfa4165f2 , adf87029-d23f-4220-8286-1efedfa92cfa } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-15T04:54:19.133Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bd24aaf8-aae1-4e6e-8fc3-d11cfa4165f2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-15T04:54:19.133Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-15T04:54:19.133Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-15T04:54:19.216Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-15T04:54:19.216Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml bd24aaf8-aae1-4e6e-8fc3-d11cfa4165f2 5033 2022-06-15T04:54:19.217Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-15T04:54:19.217Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-15T04:54:19.217Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:54:19.217Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:19.219Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:19.220Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268859217, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-15T04:54:19.319Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:54:19.320Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:19.321Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:19.340Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:19.341Z||pool-122-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:54:20.221Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: adf87029-d23f-4220-8286-1efedfa92cfa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-15T04:54:20.221Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-15T04:54:20.222Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-15T04:54:20.298Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-15T04:54:20.298Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env adf87029-d23f-4220-8286-1efedfa92cfa 903 2022-06-15T04:54:20.299Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-15T04:54:20.299Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-15T04:54:20.299Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:54:20.299Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:20.302Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:20.302Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268860299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:54:20.402Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:54:20.404Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:20.404Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:20.421Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:20.422Z||pool-123-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:54:21.303Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d9ead944-69fd-420b-b4df-aded9297e8ed 2022-06-15T04:54:21.304Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 bfec8990-22b2-4f73-b877-c8b3821cc43e ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:54:21.327Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3bb3784e, org.onap.sdc.toscaparser.api.parameters.Input@12f4f46b, org.onap.sdc.toscaparser.api.parameters.Input@219e04f0, org.onap.sdc.toscaparser.api.parameters.Input@6dc804af, org.onap.sdc.toscaparser.api.parameters.Input@4d997050] 2022-06-15T04:54:21.329Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:21.329Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:54:21.329Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-06-15T04:54:21.329Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 7bfd5375-2416-4801-806b-bb0c6661530d 2022-06-15T04:54:21.330Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7bfd5375-2416-4801-806b-bb0c6661530d matches Tosca VF Customization UUID: 7bfd5375-2416-4801-806b-bb0c6661530d 2022-06-15T04:54:21.330Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 7bfd5375-2416-4801-806b-bb0c6661530d matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-06-15T04:54:21.333Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:21.333Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:54:21.334Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 7bfd5375-2416-4801-806b-bb0c6661530d: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-06-15T04:54:21.334Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4d334ae 2022-06-15T04:54:21.334Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:21.334Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-15T04:54:21.335Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5212aae7-b600-47ca-bff1-f7ceffb1121b 2022-06-15T04:54:21.335Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5212aae7-b600-47ca-bff1-f7ceffb1121b Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-06-15T04:54:21.337Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:21.337Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-15T04:54:21.338Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:54:21.338Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:21.338Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-15T04:54:21.338Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:54:21.339Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:21.339Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-15T04:54:21.339Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-15T04:54:21.339Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-15T04:54:21.339Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9cd2788f-1958-4a50-a27e-5b4adab70b84 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-06-15T04:54:21.341Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:21.342Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-15T04:54:21.342Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-15T04:54:21.342Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:21.342Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-15T04:54:21.342Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7bfd5375-2416-4801-806b-bb0c6661530d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:54:21.344Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:21.344Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:54:21.345Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d9ead944-69fd-420b-b4df-aded9297e8ed: basic_vm_macro 2022-06-15T04:54:21.345Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:21.345Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:54:21.345Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:21.345Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:54:21.346Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:21.346Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:54:21.346Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:21.346Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:54:21.346Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:54:21.346Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:54:21.347Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-15T04:54:21.525Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro bfec8990-22b2-4f73-b877-c8b3821cc43e 1 ASDC deployResourceStructure 2022-06-15T04:54:21.525Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-06-15T04:54:21.525Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-15T04:54:21.526Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:54:21.526Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:21.529Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:21.529Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268861525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-15T04:54:21.629Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:54:21.630Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:21.630Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:21.704Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:21.705Z||pool-124-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:54:22.530Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-15T04:54:22.531Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-15T04:54:22.531Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:54:22.531Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:22.535Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:22.535Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268862529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-15T04:54:22.635Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:54:22.636Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:22.636Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:22.699Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:22.700Z||pool-125-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:54:23.536Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-15T04:54:23.537Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-15T04:54:23.537Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:54:23.537Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:23.540Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:23.541Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268863536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-15T04:54:23.640Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:54:23.641Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:23.641Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:23.662Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:23.663Z||pool-126-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:54:24.542Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-15T04:54:24.542Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-15T04:54:24.542Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:54:24.543Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:24.546Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:24.546Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268864542, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:54:24.646Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:54:24.647Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:24.647Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:24.730Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:24.730Z||pool-127-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:54:25.547Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2643e520-2cc4-48df-a803-ee745b1a0669 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:54:25.563Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2643e520-2cc4-48df-a803-ee745b1a0669 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:54:25.567Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:54:25.568Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-15T04:54:25.568Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-15T04:54:25.568Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-15T04:54:25.568Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:54:25.568Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:54:25.568Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:54:25.568Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:54:25.569Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:54:25.569Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:54:25.569Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:54:25.577Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-15T04:54:55.579Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2643e520-2cc4-48df-a803-ee745b1a0669 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-15T04:54:55.586Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2643e520-2cc4-48df-a803-ee745b1a0669 and serviceModelVersionId: d9ead944-69fd-420b-b4df-aded9297e8ed 2022-06-15T04:54:55.586Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 268279cc-37b7-4d81-afc4-6eb3db9484d0 2022-06-15T04:54:55.587Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/268279cc-37b7-4d81-afc4-6eb3db9484d0/model-vers/model-ver/d9ead944-69fd-420b-b4df-aded9297e8ed?depth=0 2022-06-15T04:54:55.594Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-06-15T04:54:55.675Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/268279cc-37b7-4d81-afc4-6eb3db9484d0/model-vers/model-ver/d9ead944-69fd-420b-b4df-aded9297e8ed?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-06-15T04:54:55.676Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/268279cc-37b7-4d81-afc4-6eb3db9484d0/model-vers/model-ver/d9ead944-69fd-420b-b4df-aded9297e8ed?depth=0|INFO|500||Invoke 2022-06-15T04:54:55.705Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/268279cc-37b7-4d81-afc4-6eb3db9484d0/model-vers/model-ver/d9ead944-69fd-420b-b4df-aded9297e8ed?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-15T04:54:55.820Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/268279cc-37b7-4d81-afc4-6eb3db9484d0/model-vers/model-ver/d9ead944-69fd-420b-b4df-aded9297e8ed?depth=0|INFO|500||InvokeReturn 2022-06-15T04:54:55.821Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/268279cc-37b7-4d81-afc4-6eb3db9484d0/model-vers/model-ver/d9ead944-69fd-420b-b4df-aded9297e8ed?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220615-04:54:55:381-38495], vertex-id=[250104], Content-Length=[0], Date=[Wed, 15 Jun 2022 04:54:55 GMT], Content-Type=[application/json]} 2022-06-15T04:54:55.821Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-06-15T04:54:55.822Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-15T04:54:55.822Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:54:55.832Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-15T04:54:55.833Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2643e520-2cc4-48df-a803-ee745b1a0669 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-15T04:54:55.833Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-15T04:54:55.834Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:55.837Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:55.837Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268895833, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-15T04:54:55.936Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:54:55.938Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:55.938Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:55.962Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:55.962Z||pool-128-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-15T04:54:56.855Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-15T04:54:56.856Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"8d0c0725-5fa0-4337-834e-bbc58d7b8442","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"340f5f19-4f30-45ec-b628-61b518ae0b97","serviceDescription":"service","serviceInvariantUUID":"becbfac4-b1d0-4942-b4b3-dfe361363e47","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"66ace994-d4c4-426e-b210-2d9101d36c01","resourceInvariantUUID":"50c044e3-e8a0-4244-a527-6bb847495ef1","resourceCustomizationUUID":"5603b75b-5e45-497c-89e8-085128c92b77","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":"OWY1YmIyMDkzMzYxM2E4NGI3N2NiMWJhNzVlZWQ0ZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"32e2ea9c-7269-4e14-952c-cc9cf38b0d35","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":"7a457294-d4f4-4c67-acc1-b6e754da0b1b","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":"0998d58a-a99e-490b-96f7-7803eb8c2af1","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":"OGUxZDVmZjVlZDcyMmVkN2EwOGVhOGE1MGJiYzAwZWQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cd6b3f3d-0dd8-4f9b-b15c-f34aba4f36d3","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":"70474a6f-b85e-44c3-9eb6-5447fa75c65a","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":"93d3b3b3-330b-4f98-a543-b65ce724065f","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":"91e81c5e-62e2-4d25-80d5-c5a66a9de9e2","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":"YzU4YTlkNmUxZGU5MDY4NTQ5NTE3YzAxZDkyMWZhZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7039721d-de18-43e7-8898-65c1204eb2b9","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NmExZjA1NzQzZDU1ZDFkODA1NTZjN2RiYWU5OWNlNTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8289f9a8-cfad-4a01-aff4-343ddbe2559f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-15T04:54:56.857Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:54:56.858Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:56.860Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:56.861Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:54:56.960Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:54:56.961Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:56.962Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:56.980Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:56.981Z||pool-129-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:54:57.861Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:54:57.862Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:57.865Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:57.865Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:54:57.965Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:54:57.966Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:57.966Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:57.988Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:57.989Z||pool-130-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:54:58.866Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:54:58.867Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:58.870Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:58.870Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-15T04:54:58.970Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:54:58.971Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:58.971Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:54:59.005Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:54:59.006Z||pool-131-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-06-15T04:54:59.871Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:54:59.872Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:54:59.875Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:54:59.875Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:54:59.974Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:54:59.976Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:54:59.976Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:55:00.000Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:55:00.001Z||pool-132-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:55:00.876Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:55:00.876Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:55:00.879Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:55:00.879Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:55:00.979Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:55:00.980Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:55:00.980Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:55:01.000Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:55:01.000Z||pool-133-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:55:01.880Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:55:01.880Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:55:01.883Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:55:01.883Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:55:01.983Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:55:01.984Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:55:01.985Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:55:02.012Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:55:02.013Z||pool-134-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:55:02.884Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:55:02.886Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:55:02.889Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:55:02.890Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:55:02.989Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:55:02.990Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:55:02.990Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:55:03.040Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:55:03.041Z||pool-135-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:55:03.892Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:55:03.893Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:55:03.896Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:55:03.896Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:55:03.995Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:55:03.996Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:55:04.005Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:55:04.049Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:55:04.050Z||pool-136-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:55:04.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:55:04.409Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:55:04.409Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:55:04.897Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-15T04:55:04.898Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:55:04.900Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:55:04.900Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:55:05.000Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:55:05.001Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:55:05.001Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:55:05.024Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:55:05.025Z||pool-137-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:55:05.036Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:55:05.037Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.037Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:55:05.039Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:55:05.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-15T04:55:05.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:55:05.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.040Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-15T04:55:05.040Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:55:05.040Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:55:05.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:55:05.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-15T04:55:05.041Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:55:05.041Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.041Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:55:05.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:55:05.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:55:05.042Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:55:05.042Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.042Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:55:05.043Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:55:05.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268854908, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:55:05.043Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:55:05.043Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.043Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268858123, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-15T04:55:05.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:55:05.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268859217, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-15T04:55:05.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:55:05.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268860299, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-15T04:55:05.044Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:55:05.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268861525, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-15T04:55:05.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:55:05.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268862529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-15T04:55:05.045Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:55:05.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268863536, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-15T04:55:05.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:55:05.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268864542, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:55:05.046Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:55:05.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "2643e520-2cc4-48df-a803-ee745b1a0669", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268895833, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-15T04:55:05.047Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:55:05.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:55:05.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:55:05.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-15T04:55:05.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:55:05.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-15T04:55:05.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:55:05.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-15T04:55:05.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:55:05.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-15T04:55:05.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:55:05.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:55:05.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:55:05.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-15T04:55:05.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:55:05.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:55:05.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-15T04:55:05.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-15T04:55:05.901Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "340f5f19-4f30-45ec-b628-61b518ae0b97", "serviceDescription": "service", "serviceInvariantUUID": "becbfac4-b1d0-4942-b4b3-dfe361363e47", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "5603b75b-5e45-497c-89e8-085128c92b77", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "66ace994-d4c4-426e-b210-2d9101d36c01", "resourceInvariantUUID": "50c044e3-e8a0-4244-a527-6bb847495ef1", "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": "NmExZjA1NzQzZDU1ZDFkODA1NTZjN2RiYWU5OWNlNTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8289f9a8-cfad-4a01-aff4-343ddbe2559f" } ], "workloadContext": "Production" } 2022-06-15T04:55:05.902Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-15T04:55:05.902Z|2643e520-2cc4-48df-a803-ee745b1a0669|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 340f5f19-4f30-45ec-b628-61b518ae0b97 ASDC 2022-06-15T04:55:05.902Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:8d0c0725-5fa0-4337-834e-bbc58d7b8442 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:340f5f19-4f30-45ec-b628-61b518ae0b97 ServiceInvariantUUID:becbfac4-b1d0-4942-b4b3-dfe361363e47 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:8289f9a8-cfad-4a01-aff4-343ddbe2559f ArtifactChecksum:NmExZjA1NzQzZDU1ZDFkODA1NTZjN2RiYWU5OWNlNTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:5603b75b-5e45-497c-89e8-085128c92b77 ResourceInvariantUUID:50c044e3-e8a0-4244-a527-6bb847495ef1 ResourceName:test-pnf ResourceType:PNF ResourceUUID:66ace994-d4c4-426e-b210-2d9101d36c01 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-15T04:55:05.903Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 340f5f19-4f30-45ec-b628-61b518ae0b97 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-15T04:55:05.965Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-15T04:55:05.966Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-15T04:55:05.966Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-15T04:55:05.966Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8289f9a8-cfad-4a01-aff4-343ddbe2559f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-15T04:55:05.967Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-15T04:55:05.967Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-15T04:55:06.309Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-15T04:55:06.315Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 8289f9a8-cfad-4a01-aff4-343ddbe2559f 105665 2022-06-15T04:55:06.316Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-15T04:55:06.316Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-15T04:55:06.316Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-15T04:55:06.317Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:55:06.319Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:55:06.319Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268906316, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:55:06.419Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-15T04:55:06.420Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:55:06.420Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:55:06.440Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:55:06.440Z||pool-138-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:55:07.320Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-15T04:55:07.321Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-15T04:55:07.321Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8289f9a8-cfad-4a01-aff4-343ddbe2559f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-15T04:55:07.322Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-06-15T04:55:07.323Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-15T04:55:07.323Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-15T04:55:07.459Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9632227492604743430/Definitions/service-TestPnfMacro-template.yml 2022-06-15T04:55:08.934Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-15T04:55:08.934Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-15T04:55:08.935Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-15T04:55:08.935Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-15T04:55:08.935Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-15T04:55:08.935Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-15T04:55:08.935Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-15T04:55:08.935Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-15T04:55:08.935Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-15T04:55:08.936Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-15T04:55:08.936Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-15T04:55:08.936Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-15T04:55:08.936Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:55:08.936Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:55:08.937Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-15T04:55:08.937Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-15T04:55:08.937Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-15T04:55:08.938Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:55:08.938Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:55:08.938Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-15T04:55:08.938Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-15T04:55:08.938Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-15T04:55:08.939Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:55:08.939Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:55:08.939Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:55:08.939Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:55:08.940Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:55:08.940Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:55:08.940Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:55:08.940Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:55:08.940Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:55:08.941Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:55:08.941Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:340f5f19-4f30-45ec-b628-61b518ae0b97 Model Version:NULL Model InvariantUuid:becbfac4-b1d0-4942-b4b3-dfe361363e47 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-06-15T04:55:08.956Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 66ace994-d4c4-426e-b210-2d9101d36c01 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:55:08.970Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||test-pnf 0 2022-06-15T04:55:08.970Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 66ace994-d4c4-426e-b210-2d9101d36c01 2022-06-15T04:55:08.970Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 340f5f19-4f30-45ec-b628-61b518ae0b97 2022-06-15T04:55:08.970Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 340f5f19-4f30-45ec-b628-61b518ae0b97 2022-06-15T04:55:08.971Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 66ace994-d4c4-426e-b210-2d9101d36c01 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:55:08.988Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34d22142, org.onap.sdc.toscaparser.api.parameters.Input@1785036a, org.onap.sdc.toscaparser.api.parameters.Input@14aafc4, org.onap.sdc.toscaparser.api.parameters.Input@ba1e97e, org.onap.sdc.toscaparser.api.parameters.Input@2e5c1179] 2022-06-15T04:55:08.988Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:55:08.989Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:55:08.989Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 340f5f19-4f30-45ec-b628-61b518ae0b97: test-pnf 2022-06-15T04:55:08.989Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||Processing PNF resource: 66ace994-d4c4-426e-b210-2d9101d36c01 2022-06-15T04:55:08.989Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-15T04:55:08.990Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-15T04:55:08.990Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||Resource customization UUID: 5603b75b-5e45-497c-89e8-085128c92b77 is the same as notified resource customizationUUID: 5603b75b-5e45-497c-89e8-085128c92b77 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-06-15T04:55:09.068Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 66ace994-d4c4-426e-b210-2d9101d36c01 0 ASDC deployResourceStructure 2022-06-15T04:55:09.069Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-15T04:55:09.069Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-15T04:55:09.070Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-15T04:55:09.070Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:55:09.074Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:55:09.074Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268909069, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:55:09.173Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:55:09.176Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:55:09.176Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:55:09.198Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:55:09.198Z||pool-139-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-15T04:55:10.075Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8d0c0725-5fa0-4337-834e-bbc58d7b8442 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:55:10.100Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8d0c0725-5fa0-4337-834e-bbc58d7b8442 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-15T04:55:10.106Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-15T04:55:10.106Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-15T04:55:10.106Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-15T04:55:10.107Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-15T04:55:10.107Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:55:10.107Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:55:10.107Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:55:10.108Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:55:10.108Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:55:10.108Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:55:10.108Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-15T04:55:10.109Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-15T04:55:10.122Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-15T04:55:40.123Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8d0c0725-5fa0-4337-834e-bbc58d7b8442 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-06-15T04:55:40.129Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8d0c0725-5fa0-4337-834e-bbc58d7b8442 and serviceModelVersionId: 340f5f19-4f30-45ec-b628-61b518ae0b97 2022-06-15T04:55:40.130Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : becbfac4-b1d0-4942-b4b3-dfe361363e47 2022-06-15T04:55:40.131Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/becbfac4-b1d0-4942-b4b3-dfe361363e47/model-vers/model-ver/340f5f19-4f30-45ec-b628-61b518ae0b97?depth=0 2022-06-15T04:55:40.139Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-06-15T04:55:40.209Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/becbfac4-b1d0-4942-b4b3-dfe361363e47/model-vers/model-ver/340f5f19-4f30-45ec-b628-61b518ae0b97?depth=0|INFO|500||Invoke 2022-06-15T04:55:40.210Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/becbfac4-b1d0-4942-b4b3-dfe361363e47/model-vers/model-ver/340f5f19-4f30-45ec-b628-61b518ae0b97?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/becbfac4-b1d0-4942-b4b3-dfe361363e47/model-vers/model-ver/340f5f19-4f30-45ec-b628-61b518ae0b97?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8d0c0725-5fa0-4337-834e-bbc58d7b8442], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2dd80393-bda7-4153-91d6-6ebaf088c757], X-ECOMP-RequestID=[8d0c0725-5fa0-4337-834e-bbc58d7b8442], X-TransactionId=[], X-ONAP-RequestID=[8d0c0725-5fa0-4337-834e-bbc58d7b8442], Content-Type=[application/merge-patch+json]} 2022-06-15T04:55:40.247Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/becbfac4-b1d0-4942-b4b3-dfe361363e47/model-vers/model-ver/340f5f19-4f30-45ec-b628-61b518ae0b97?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-15T04:55:40.373Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/becbfac4-b1d0-4942-b4b3-dfe361363e47/model-vers/model-ver/340f5f19-4f30-45ec-b628-61b518ae0b97?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/becbfac4-b1d0-4942-b4b3-dfe361363e47/model-vers/model-ver/340f5f19-4f30-45ec-b628-61b518ae0b97?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220615-04:55:39:923-91552], vertex-id=[270504], Content-Length=[0], Date=[Wed, 15 Jun 2022 04:55:39 GMT], Content-Type=[application/json]} 2022-06-15T04:55:40.373Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/becbfac4-b1d0-4942-b4b3-dfe361363e47/model-vers/model-ver/340f5f19-4f30-45ec-b628-61b518ae0b97?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-15T04:55:40.374Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/becbfac4-b1d0-4942-b4b3-dfe361363e47/model-vers/model-ver/340f5f19-4f30-45ec-b628-61b518ae0b97?depth=0|INFO|500||InvokeReturn 2022-06-15T04:55:40.376Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-15T04:55:40.376Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-15T04:55:40.400Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-15T04:55:40.401Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8d0c0725-5fa0-4337-834e-bbc58d7b8442 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-15T04:55:40.401Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-15T04:55:40.402Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-15T04:55:40.404Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-15T04:55:40.405Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268940401, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-15T04:55:40.504Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-15T04:55:40.505Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-15T04:55:40.506Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:55:40.532Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:55:40.532Z||pool-140-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-15T04:55:41.425Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:55:41.426Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:55:41.426Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:55:50.996Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:55:50.996Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:55:50.997Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:55:50.997Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:56:00.543Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:56:00.546Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:56:00.546Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:56:00.547Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:56:04.409Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:56:04.410Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:56:04.410Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:56:04.441Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:56:04.442Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-15T04:56:04.442Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268841591, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-15T04:56:04.443Z|accba2c8-8b38-4969-b1dc-26f4ed1c72d1|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-15T04:56:10.180Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:56:10.181Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:56:10.181Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:56:10.181Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:56:19.752Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:56:19.753Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:56:19.753Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:56:19.754Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:56:29.317Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:57:04.404Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:57:04.404Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:57:04.405Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:57:04.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:57:04.410Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:57:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:57:04.962Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:57:04.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:57:04.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268906316, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-15T04:57:04.966Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:57:04.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:57:04.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268909069, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-15T04:57:04.967Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:57:04.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-15T04:57:04.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8d0c0725-5fa0-4337-834e-bbc58d7b8442", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655268940401, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-15T04:57:04.969Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-15T04:57:13.975Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:58:04.404Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:58:04.405Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:58:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:58:04.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:58:04.409Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:58:04.409Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:58:14.004Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:58:14.011Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:59:04.409Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:59:04.409Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T04:59:04.410Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:59:04.410Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T04:59:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:59:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T04:59:13.996Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T04:59:14.002Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:00:04.404Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:00:04.405Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:00:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:00:04.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:00:04.409Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:00:04.409Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:00:13.995Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:00:13.999Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:01:04.404Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:01:04.405Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:01:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:01:04.408Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:01:04.409Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:01:04.410Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:01:13.966Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:01:13.967Z|8d0c0725-5fa0-4337-834e-bbc58d7b8442|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:02:04.404Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:02:04.405Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:02:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:02:04.408Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:02:04.409Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:02:04.409Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:02:13.989Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:02:13.994Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:03:04.404Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:03:04.405Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:03:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:03:04.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:03:04.409Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:03:04.409Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:03:13.994Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:03:14.022Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:04:04.406Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:04:04.407Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:04:04.407Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:04:04.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:04:04.409Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:04:04.409Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:04:13.997Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:04:14.003Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:05:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:05:04.405Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:05:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:05:04.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:05:04.409Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:05:04.409Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:05:13.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:05:13.961Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:06:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:06:04.405Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:06:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:06:04.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:06:04.409Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:06:04.409Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:06:13.992Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:06:14.029Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:07:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:07:04.405Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:07:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:07:04.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:07:04.409Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:07:04.409Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:07:13.967Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:07:13.967Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:08:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:08:04.405Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:08:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:08:04.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:08:04.409Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:08:04.409Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:08:13.975Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:08:13.977Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:09:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:09:04.406Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:09:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:09:04.408Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:09:04.409Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:09:04.409Z|91aedab7-5298-4124-8ddf-c65d685dd005|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:09:13.982Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:09:13.990Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:10:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:10:04.406Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:10:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:10:04.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:10:04.410Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:10:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:10:14.007Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:10:14.009Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:11:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:11:04.405Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:11:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:11:04.409Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:11:04.409Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:11:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:11:13.997Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:11:14.006Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:12:04.404Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:12:04.405Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:12:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:12:04.408Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:12:04.409Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:12:04.410Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:12:13.963Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:12:13.977Z|bccbb278-1e7f-494d-9f4a-275edaf39ffb|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:13:04.405Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:13:04.406Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:13:04.406Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:13:04.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:13:04.411Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:13:04.411Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:13:14.029Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:13:14.035Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:14:04.404Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:14:04.405Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:14:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:14:04.408Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:14:04.409Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:14:04.409Z|91aedab7-5298-4124-8ddf-c65d685dd005|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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:14:14.014Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:14:14.015Z|91aedab7-5298-4124-8ddf-c65d685dd005|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:15:04.404Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:15:04.405Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:15:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:15:04.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:15:04.410Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:15:04.410Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:15:13.990Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:15:13.998Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:16:04.404Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:16:04.405Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:16:04.405Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:16:04.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-15T05:16:04.409Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-15T05:16:04.409Z||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 pZ0x2SfXDY1Bopoq) ... 2022-06-15T05:16:13.981Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-15T05:16:13.981Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK